We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79130e1 commit 67a503dCopy full SHA for 67a503d
src/xrCore/LocatorAPI.h
@@ -3,7 +3,7 @@
3
#pragma warning(push)
4
#pragma warning(disable : 4995)
5
6
-#if _WIN32||_WIN64
+#if _WIN32 || _WIN64
7
#include <io.h>
8
#endif
9
src/xrCore/xrDebug.h
@@ -6,7 +6,7 @@
#include <string>
-#if NV_OS_WIN32
10
11
#pragma warning(disable : 4091) /// 'typedef ': ignored on left of '' when no variable is declared
12
#include <DbgHelp.h>
0 commit comments