comparison decoders/shn.c @ 301:ca43129df299

Visual C fixes.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 25 Mar 2002 20:54:07 +0000
parents 82a37ef73ae9
children c97be6e1bd27
comparison
equal deleted inserted replaced
300:338cd6c101e3 301:ca43129df299
55 #include "SDL_sound.h" 55 #include "SDL_sound.h"
56 56
57 #define __SDL_SOUND_INTERNAL__ 57 #define __SDL_SOUND_INTERNAL__
58 #include "SDL_sound_internal.h" 58 #include "SDL_sound_internal.h"
59 59
60 #ifdef _MSC_VER
61 # define inline __inline
62 #endif
63
64 static int SHN_init(void); 60 static int SHN_init(void);
65 static void SHN_quit(void); 61 static void SHN_quit(void);
66 static int SHN_open(Sound_Sample *sample, const char *ext); 62 static int SHN_open(Sound_Sample *sample, const char *ext);
67 static void SHN_close(Sound_Sample *sample); 63 static void SHN_close(Sound_Sample *sample);
68 static Uint32 SHN_read(Sound_Sample *sample); 64 static Uint32 SHN_read(Sound_Sample *sample);