Fix for Xbox compilation. It was easier with HAVE_FOO, but oh well.

This commit is contained in:
Renaud Lepage
2005-11-16 04:38:28 +00:00
parent 707c893c41
commit 6e6e89276d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "arch/arch_platform.h"
/* Dialog drivers selector. */
#if defined(WIN32)
#if defined(WIN32) && !defined(XBOX)
#include "DialogDriver_Win32.h"
#elif defined(MACOSX)
@@ -24,7 +24,7 @@
#include "RageSoundDriver_OSS.h"
#endif
#if defined(WIN32)
#if defined(WIN32) && !defined(_XBOX)
#include "RageSoundDriver_WaveOut.h"
#endif