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
+1 -1
View File
@@ -8,7 +8,7 @@
/* Hmm. I don't want this to depend on other arch drivers--we should be able to test
* this without linking to them. We probably don't actually have to do that just by
* #including the headers in arch_Win32.h, etc., but it's still messy ... */
#if defined(WIN32)
#if defined(_WINDOWS)
#include "DialogDriver_Win32.h"
#endif