Still tryig to get xbox building..

Fixed up some preprocessor defines and added additional include paths to xbox config
This commit is contained in:
Manu Evans
2004-01-31 01:23:20 +00:00
parent 2a6e586a73
commit 796cc43614
2 changed files with 28 additions and 27 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
#include "RageLog.h"
#include "RageLog.h"
#if defined(WIN32) && defined(DEBUG)
#if defined(_WINDOWS) && defined(DEBUG)
#include "windows.h"
#endif
@@ -54,7 +54,7 @@ void RageException::Throw(const char *fmt, ...)
fflush(stdout);
}
#if defined(WIN32) && defined(DEBUG)
#if defined(_WINDOWS) && defined(DEBUG)
MessageBox( NULL, error, "Fatal Error", MB_OK );
DebugBreak();
#endif