diff --git a/source/common.hpp b/source/common.hpp index e6ab835b..c09151c8 100644 --- a/source/common.hpp +++ b/source/common.hpp @@ -70,6 +70,10 @@ extern "C" { #include #include + +// Fix libOBS's global defines +#undef strtoll + #ifdef _MSC_VER #pragma warning(pop) #endif