Fixed xbox compile errors.

This commit is contained in:
Ryan Dortmans
2005-04-30 04:44:18 +00:00
parent 755ef76bf0
commit 9d1a3b5f12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#endif #endif
#if defined(_WIN32) #if defined(_WIN32) && !defined(XBOX)
#include <windows.h> #include <windows.h>
#endif #endif
+1 -1
View File
@@ -71,7 +71,7 @@
#include "Archutils/Xbox/VirtualMemory.h" #include "Archutils/Xbox/VirtualMemory.h"
#endif #endif
#if defined(WIN32) #if defined(WIN32) && !defined(XBOX)
#include <windows.h> #include <windows.h>
#endif #endif