From 9d1a3b5f12b0a9dfc8d99ef8ab8c2023906ea6f2 Mon Sep 17 00:00:00 2001 From: Ryan Dortmans Date: Sat, 30 Apr 2005 04:44:18 +0000 Subject: [PATCH] Fixed xbox compile errors. --- stepmania/src/RageFileManager.cpp | 2 +- stepmania/src/StepMania.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index 611c011f72..e8a0af43e8 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -11,7 +11,7 @@ #include #endif -#if defined(_WIN32) +#if defined(_WIN32) && !defined(XBOX) #include #endif diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index f0a53ead27..8b9cf91f40 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -71,7 +71,7 @@ #include "Archutils/Xbox/VirtualMemory.h" #endif -#if defined(WIN32) +#if defined(WIN32) && !defined(XBOX) #include #endif