Skip to content

Commit

Permalink
fix windows building
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 15, 2018
1 parent 79130e1 commit 67a503d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xrCore/LocatorAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#pragma warning(push)
#pragma warning(disable : 4995)

#if _WIN32||_WIN64
#if _WIN32 || _WIN64
#include <io.h>
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/xrCore/xrDebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <string>

#if NV_OS_WIN32
#if _WIN32 || _WIN64
#pragma warning(push)
#pragma warning(disable : 4091) /// 'typedef ': ignored on left of '' when no variable is declared
#include <DbgHelp.h>
Expand Down

0 comments on commit 67a503d

Please sign in to comment.