comparison decoders/raw.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 c97be6e1bd27
children fb519e6028e3
comparison
equal deleted inserted replaced
376:51883cd1193e 377:cbb15ecf423a
45 #ifdef SOUND_SUPPORTS_RAW 45 #ifdef SOUND_SUPPORTS_RAW
46 46
47 #include <stdio.h> 47 #include <stdio.h>
48 #include <stdlib.h> 48 #include <stdlib.h>
49 #include <string.h> 49 #include <string.h>
50 #include <assert.h>
51 50
52 #include "SDL_sound.h" 51 #include "SDL_sound.h"
53 52
54 #define __SDL_SOUND_INTERNAL__ 53 #define __SDL_SOUND_INTERNAL__
55 #include "SDL_sound_internal.h" 54 #include "SDL_sound_internal.h"