From 4dca42c26b5ef9cd42d7d9d92b1cdaf9c3e6648a Mon Sep 17 00:00:00 2001 From: Vecais Dumais Laacis Date: Thu, 7 Dec 2006 09:14:58 +0000 Subject: [PATCH] dont include unistd.h also in release xbox build --- stepmania/src/global.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/global.cpp b/stepmania/src/global.cpp index 4c286083f8..b9cd69c4c2 100644 --- a/stepmania/src/global.cpp +++ b/stepmania/src/global.cpp @@ -10,7 +10,7 @@ # include "archutils/Darwin/Crash.h" using CrashHandler::IsDebuggerPresent; using CrashHandler::DebugBreak; -#elif defined(_XDBG) +#elif defined(XBOX) #else # include #endif