comparison decoders/shn.c @ 377:cbb15ecf423a

WinCE (PocketPC) patches from Tyler.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 02 Jul 2002 03:58:24 +0000
parents 069ce624d6cf
children fb519e6028e3
comparison
equal deleted inserted replaced
376:51883cd1193e 377:cbb15ecf423a
48 #ifdef SOUND_SUPPORTS_SHN 48 #ifdef SOUND_SUPPORTS_SHN
49 49
50 #include <stdio.h> 50 #include <stdio.h>
51 #include <stdlib.h> 51 #include <stdlib.h>
52 #include <string.h> 52 #include <string.h>
53 #include <assert.h>
54 53
55 #include "SDL_sound.h" 54 #include "SDL_sound.h"
56 55
57 #define __SDL_SOUND_INTERNAL__ 56 #define __SDL_SOUND_INTERNAL__
58 #include "SDL_sound_internal.h" 57 #include "SDL_sound_internal.h"