mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
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:
parent
63cc1f316d
commit
05aba45809
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user