comparison SDL_sound_internal.h @ 301:ca43129df299

Visual C fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 25 Mar 2002 20:54:07 +0000
parents 249186e31431
children c97be6e1bd27
comparison
equal deleted inserted replaced
300:338cd6c101e3 301:ca43129df299
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 34 #endif
35 35
36 #include "SDL.h" 36 #include "SDL.h"
37
38 #if ((defined _MSC_VER) && (!defined inline))
39 # define inline __inline__
40 #endif
37 41
38 #if (defined DEBUG_CHATTER) 42 #if (defined DEBUG_CHATTER)
39 #define SNDDBG(x) printf x 43 #define SNDDBG(x) printf x
40 #else 44 #else
41 #define SNDDBG(x) 45 #define SNDDBG(x)