Backport r3558 from trunk, fix preprocessor check for xbox.

This commit is contained in:
riccardom 2010-04-24 23:34:08 +00:00
parent 3cdc2ed4ac
commit 6a9bd1be82
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