From 05aba45809271bd44275c5904e87369c1e80878f Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sat, 20 Nov 2021 02:37:18 -0800 Subject: [PATCH] Base: Remove old ifdefs It was a very cool method to save our precious std::strtoll method, but will no longer be needed on the next OBS release. --- src/obs-websocket.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/obs-websocket.h b/src/obs-websocket.h index 8e9f5c72..bec761be 100644 --- a/src/obs-websocket.h +++ b/src/obs-websocket.h @@ -21,13 +21,7 @@ with this program. If not, see #include #include -#ifdef _MSC_VER - #pragma push_macro("strtoll") -#endif #include -#ifdef _MSC_VER - #pragma pop_macro("strtoll") -#endif #include "utils/Obs.h" #include "plugin-macros.generated.h"