diff --git a/source/common.hpp b/source/common.hpp index e6ab835..c09151c 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