diff --git a/apps/openmw/main.cpp b/apps/openmw/main.cpp index de0fb0df03..8ac725ee86 100644 --- a/apps/openmw/main.cpp +++ b/apps/openmw/main.cpp @@ -15,6 +15,8 @@ #include // makes __argc and __argv available on windows #include + +extern "C" __declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001; #endif #if (defined(__APPLE__) || defined(__linux) || defined(__unix) || defined(__posix))