diff include/SDL_config_win32.h @ 2070:dbfa1ebd73b0

Fixed building of Windows waveout audio.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 11 Nov 2006 06:48:57 +0000
parents f132024010be
children b10089473699
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Tue Nov 07 15:18:42 2006 +0000
+++ b/include/SDL_config_win32.h	Sat Nov 11 06:48:57 2006 +0000
@@ -118,7 +118,7 @@
 #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