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.
This commit is contained in:
tt2468 2021-11-20 02:37:18 -08:00
parent 63cc1f316d
commit 05aba45809

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"