Fixed building of Windows waveout audio.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402228
This commit is contained in:
Ryan C. Gordon 2006-11-11 06:48:57 +00:00
parent 797faa052f
commit 2a14d5cdca
4 changed files with 6 additions and 6 deletions

View file

@ -118,7 +118,7 @@ typedef unsigned int uintptr_t;
#ifndef _WIN32_WCE
#define SDL_AUDIO_DRIVER_DSOUND 1
#endif
#define SDL_AUDIO_DRIVER_WAVEOUT 1
#define SDL_AUDIO_DRIVER_WINWAVEOUT 1
#define SDL_AUDIO_DRIVER_DISK 1
#define SDL_AUDIO_DRIVER_DUMMY 1