Backport r3558 from trunk, fix preprocessor check for xbox.
This commit is contained in:
parent
3cdc2ed4ac
commit
6a9bd1be82
|
@ -31,7 +31,7 @@
|
|||
//temporary hack until we have better error reporting facilities
|
||||
#ifdef _WINDOWS
|
||||
#include <windows.h>
|
||||
#elif _XBOX
|
||||
#elif defined(_XBOX)
|
||||
#include <xtl.h> // it`s really need?
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue