Fix preprocessor check for xbox.
This commit is contained in:
parent
197273887f
commit
9ff4a176cf
|
@ -31,7 +31,7 @@
|
||||||
//temporary hack until we have better error reporting facilities
|
//temporary hack until we have better error reporting facilities
|
||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#elif _XBOX
|
#elif defined(_XBOX)
|
||||||
#include <xtl.h> // it`s really need?
|
#include <xtl.h> // it`s really need?
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue