dont include unistd.h also in release xbox build

This commit is contained in:
Vecais Dumais Laacis
2006-12-07 09:14:58 +00:00
parent ec2f7fa2cb
commit 4dca42c26b
+1 -1
View File
@@ -10,7 +10,7 @@
# include "archutils/Darwin/Crash.h"
using CrashHandler::IsDebuggerPresent;
using CrashHandler::DebugBreak;
#elif defined(_XDBG)
#elif defined(XBOX)
#else
# include <unistd.h>
#endif