- Fixed usage of old _declspec.

This commit is contained in:
drfrag666 2018-04-25 12:03:59 +02:00
parent bc2b82b1fb
commit 5a7192137d

View file

@ -66,7 +66,7 @@ extern HWND Window;
extern BOOL AppActive; extern BOOL AppActive;
extern "C" { extern "C" {
_declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; __declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
} }