Don't assume the XAudio2 APIs will never be available

This commit is contained in:
Sam Lantinga 2013-05-26 11:39:19 -07:00
parent 8408ce85ee
commit 6ff3478440

View file

@ -142,9 +142,7 @@ typedef unsigned int uintptr_t;
/* Enable various audio drivers */
#define SDL_AUDIO_DRIVER_DSOUND 1
#ifndef __GNUC__
#define SDL_AUDIO_DRIVER_XAUDIO2 1
#endif
#define SDL_AUDIO_DRIVER_WINMM 1
#define SDL_AUDIO_DRIVER_DISK 1
#define SDL_AUDIO_DRIVER_DUMMY 1