Mercurial > SDL_sound_CoreAudio
diff 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 |
line wrap: on
line diff
--- a/decoders/shn.c Mon Mar 25 20:53:48 2002 +0000 +++ b/decoders/shn.c Mon Mar 25 20:54:07 2002 +0000 @@ -57,10 +57,6 @@ #define __SDL_SOUND_INTERNAL__ #include "SDL_sound_internal.h" -#ifdef _MSC_VER -# define inline __inline -#endif - static int SHN_init(void); static void SHN_quit(void); static int SHN_open(Sound_Sample *sample, const char *ext);