Fix for Xbox compilation. It was easier with HAVE_FOO, but oh well.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user