Mercurial > SDL_sound_CoreAudio
comparison SDL_sound_internal.h @ 107:427541211bfd
config.h management updates.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 03 Oct 2001 18:29:58 +0000 |
parents | 6d9fdec2f708 |
children | 3e60862fbd76 |
comparison
equal
deleted
inserted
replaced
106:40de367eb59e | 107:427541211bfd |
---|---|
29 #ifndef _INCLUDE_SDL_SOUND_INTERNAL_H_ | 29 #ifndef _INCLUDE_SDL_SOUND_INTERNAL_H_ |
30 #define _INCLUDE_SDL_SOUND_INTERNAL_H_ | 30 #define _INCLUDE_SDL_SOUND_INTERNAL_H_ |
31 | 31 |
32 #ifndef __SDL_SOUND_INTERNAL__ | 32 #ifndef __SDL_SOUND_INTERNAL__ |
33 #error Do not include this header from your applications. | 33 #error Do not include this header from your applications. |
34 #endif | |
35 | |
36 #if HAVE_CONFIG_H | |
37 # include <config.h> | |
38 #endif | 34 #endif |
39 | 35 |
40 #include "SDL.h" | 36 #include "SDL.h" |
41 | 37 |
42 #if (defined DEBUG_CHATTER) | 38 #if (defined DEBUG_CHATTER) |