comparison include/SDL_config_win32.h @ 1532:30f189cdd82b

Implemented dummy audio driver. Fixes Bugzilla #161.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 14 Mar 2006 08:53:33 +0000
parents 845b1619c8f6
children 38c1eb6b0083
comparison
equal deleted inserted replaced
1531:543ffd71ab6d 1532:30f189cdd82b
113 /* Enable various audio drivers */ 113 /* Enable various audio drivers */
114 #ifndef _WIN32_WCE 114 #ifndef _WIN32_WCE
115 #define SDL_AUDIO_DRIVER_DSOUND 1 115 #define SDL_AUDIO_DRIVER_DSOUND 1
116 #endif 116 #endif
117 #define SDL_AUDIO_DRIVER_WAVEOUT 1 117 #define SDL_AUDIO_DRIVER_WAVEOUT 1
118 #define SDL_AUDIO_DRIVER_DISK 1
119 #define SDL_AUDIO_DRIVER_DUMMY 1
118 120
119 /* Enable various cdrom drivers */ 121 /* Enable various cdrom drivers */
120 #ifdef _WIN32_WCE 122 #ifdef _WIN32_WCE
121 #define SDL_CDROM_DISABLED 1 123 #define SDL_CDROM_DISABLED 1
122 #else 124 #else