mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 12:30:32 +00:00
- Fixed usage of old _declspec.
This commit is contained in:
parent
bc2b82b1fb
commit
5a7192137d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue