comparison SDL_sound_internal.h @ 322:31cc49d7d0ce

MacOS fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 29 Apr 2002 06:12:47 +0000
parents c97be6e1bd27
children 5a72981b8cba
comparison
equal deleted inserted replaced
321:182fdc76060d 322:31cc49d7d0ce
33 #error Do not include this header from your applications. 33 #error Do not include this header from your applications.
34 #endif 34 #endif
35 35
36 #include "SDL.h" 36 #include "SDL.h"
37 37
38 #if ((defined _MSC_VER) && (!defined inline)) 38 #if (defined(_MSC_VER) && !defined(inline))
39 # define inline __inline__ 39 # define inline __inline__
40 #endif 40 #endif
41 41
42 #if (defined DEBUG_CHATTER) 42 #if (defined DEBUG_CHATTER)
43 #define SNDDBG(x) printf x 43 #define SNDDBG(x) printf x