File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11#pragma once
22
3+ #ifdef WINDOWS
34#pragma warning(push)
45#pragma warning(disable : 4995)
5-
6- #if _WIN32 || _WIN64
76#include < io.h>
7+ #pragma warning(pop)
88#endif
99
10- #pragma warning(pop)
1110#include " Common/Util.hpp"
1211#include " LocatorAPI_defs.h"
1312// #include "xrCore/Threading/Lock.hpp"
Original file line number Diff line number Diff line change 4444#endif // frequently in release code due to large amount of VERIFY
4545
4646// Our headers
47- #if _WIN32||_WIN64
47+ #ifdef WINDOWS
4848#include " xrDebug.h"
4949#endif
5050// #include "vector.h"
Original file line number Diff line number Diff line change 66
77#include < string>
88
9- #if _WIN32 || _WIN64
9+ #ifdef WINDOWS
1010#pragma warning(push)
1111#pragma warning(disable : 4091) // / 'typedef ': ignored on left of '' when no variable is declared
1212#include < DbgHelp.h>
You can’t perform that action at this time.
0 commit comments