comparison src/SDL.c @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents 604d73db6802
children 19418e4422cb
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
25 #ifdef ENABLE_PTH 25 #ifdef ENABLE_PTH
26 #include <pth.h> 26 #include <pth.h>
27 #endif 27 #endif
28 28
29 #include "SDL.h" 29 #include "SDL.h"
30 #include "SDL_stdlib.h"
31 #include "SDL_endian.h"
32 #include "SDL_fatal.h" 30 #include "SDL_fatal.h"
33 #ifndef DISABLE_VIDEO 31 #ifndef DISABLE_VIDEO
34 #include "SDL_leaks.h" 32 #include "SDL_leaks.h"
35 #endif 33 #endif
36 34