Xbox builds again

This commit is contained in:
Chris Danford
2004-06-20 01:35:25 +00:00
parent 2852b1e6ed
commit 6bd2a34271
84 changed files with 15210 additions and 41 deletions
+5 -4
View File
@@ -1,11 +1,12 @@
#include "global.h"
#if defined(_WINDOWS)
#define _WIN32_WINDOWS 0x0410 // include Win98 stuff
#include "windows.h"
#include "archutils/Win32/Crash.h"
# define _WIN32_WINDOWS 0x0410 // include Win98 stuff
# include "windows.h"
# include "archutils/Win32/Crash.h"
#elif defined(_XBOX)
#else
#include <unistd.h>
# include <unistd.h>
#endif
#if defined(CRASH_HANDLER) && (defined(LINUX) || defined(DARWIN))