comparison decoders/quicktime.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 c66080364dff
comparison
equal deleted inserted replaced
376:51883cd1193e 377:cbb15ecf423a
58 58
59 #include <stdio.h> 59 #include <stdio.h>
60 #include <stdlib.h> 60 #include <stdlib.h>
61 #include <stdint.h> 61 #include <stdint.h>
62 #include <string.h> 62 #include <string.h>
63 #include <assert.h>
64 63
65 #include "SDL_sound.h" 64 #include "SDL_sound.h"
66 65
67 #define __SDL_SOUND_INTERNAL__ 66 #define __SDL_SOUND_INTERNAL__
68 #include "SDL_sound_internal.h" 67 #include "SDL_sound_internal.h"