diff --git a/Source/OBS.cpp b/Source/OBS.cpp index 6a455f6a..d88e751e 100644 --- a/Source/OBS.cpp +++ b/Source/OBS.cpp @@ -24,8 +24,7 @@ //primarily main window stuff an initialization/destruction code //god forsaken laptops -extern "C" _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; - +//extern "C" _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; typedef bool (*LOADPLUGINPROC)(); typedef bool (*LOADPLUGINEXPROC)(UINT);