mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Base: Overwrite bad define
This commit is contained in:
parent
ade9653ed6
commit
91fadf505f
@ -2,7 +2,13 @@
|
||||
|
||||
#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
|
||||
|
||||
// Autorelease object definitions
|
||||
void ___source_dummy_addref(obs_source_t*);
|
||||
|
Loading…
Reference in New Issue
Block a user