Fix preprocessor check for xbox.

This commit is contained in:
riccardom 2010-04-20 22:34:27 +00:00
parent 197273887f
commit 9ff4a176cf
1 changed files with 1 additions and 1 deletions

View File

@ -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