mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
common: Undefine the unsafe 'strtoll' define from libobs
This commit is contained in:
parent
c93789f6dc
commit
ce74d2f7cd
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ extern "C" {
|
||||||
#include <graphics/vec4.h>
|
#include <graphics/vec4.h>
|
||||||
|
|
||||||
#include <util/platform.h>
|
#include <util/platform.h>
|
||||||
|
|
||||||
|
// Fix libOBS's global defines
|
||||||
|
#undef strtoll
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue