mirror of
https://github.com/Palakis/obs-websocket.git
synced 2025-07-25 11:02:36 +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:
@ -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"
|
||||
|
Reference in New Issue
Block a user