Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 1402:d910939febfa
Use consistent identifiers for the various platforms we support.
Make sure every source file includes SDL_config.h, so the proper system
headers are chosen.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Feb 2006 08:46:50 +0000 |
parents | 19418e4422cb |
children | 30f189cdd82b |
comparison
equal
deleted
inserted
replaced
1401:1819fd069e89 | 1402:d910939febfa |
---|---|
17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | |
22 | 23 |
23 #ifndef _SDL_sysaudio_h | 24 #ifndef _SDL_sysaudio_h |
24 #define _SDL_sysaudio_h | 25 #define _SDL_sysaudio_h |
25 | 26 |
26 #include "SDL_mutex.h" | 27 #include "SDL_mutex.h" |
159 extern AudioBootStrap DISKAUD_bootstrap; | 160 extern AudioBootStrap DISKAUD_bootstrap; |
160 #endif | 161 #endif |
161 #if SDL_AUDIO_DRIVER_DC | 162 #if SDL_AUDIO_DRIVER_DC |
162 extern AudioBootStrap DCAUD_bootstrap; | 163 extern AudioBootStrap DCAUD_bootstrap; |
163 #endif | 164 #endif |
164 #if SDL_AUDIO_DRIVER_DRENDERER | |
165 extern AudioBootStrap DRENDERER_bootstrap; | |
166 #endif | |
167 #if SDL_AUDIO_DRIVER_MMEAUDIO | 165 #if SDL_AUDIO_DRIVER_MMEAUDIO |
168 extern AudioBootStrap MMEAUDIO_bootstrap; | 166 extern AudioBootStrap MMEAUDIO_bootstrap; |
169 #endif | 167 #endif |
170 #if SDL_AUDIO_DRIVER_DART | 168 #if SDL_AUDIO_DRIVER_DART |
171 extern AudioBootStrap DART_bootstrap; | 169 extern AudioBootStrap DART_bootstrap; |