comparison decoders/mpglib/mpglib_common.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 31cc49d7d0ce
children fb519e6028e3
comparison
equal deleted inserted replaced
376:51883cd1193e 377:cbb15ecf423a
1
2 #if HAVE_CONFIG_H
3 # include <config.h>
4 #endif
5
1 #include <ctype.h> 6 #include <ctype.h>
2 #include <stdlib.h> 7 #include <stdlib.h>
3 #include <signal.h>
4 8
5 #include "SDL_sound.h" 9 #include "SDL_sound.h"
6 10
7 #define __SDL_SOUND_INTERNAL__ 11 #define __SDL_SOUND_INTERNAL__
8 #include "SDL_sound_internal.h" 12 #include "SDL_sound_internal.h"