Merge pull request #857 from obsproject/fix/remove-old-ifdefs

Base: Remove old ifdefs
This commit is contained in:
tt2468 2021-12-29 20:54:24 -08:00 committed by GitHub
commit a59ce69ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
#include <memory>
#include <obs.hpp>
#ifdef _MSC_VER
#pragma push_macro("strtoll")
#endif
#include <util/platform.h>
#ifdef _MSC_VER
#pragma pop_macro("strtoll")
#endif
#include "utils/Obs.h"
#include "plugin-macros.generated.h"