Commit 77ad8de
tests: Fix typo in declspec keyword
This fixes the following errors with mingw toolchain.
OpenXR-SDK-Source/src/tests/hello_xr/main.cpp:17:10: error: expected constructor, destructor, or type conversion before '(' token
17 | _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
| ^
OpenXR-SDK-Source/src/tests/hello_xr/main.cpp:19:10: error: expected constructor, destructor, or type conversion before '(' token
19 | _declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001;
| ^1 parent 554b17a commit 77ad8de
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments