comparison src/video/windx5/SDL_dx5events.c @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents c71e05b4dc2e
children c0a74f199ecf
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
26 26
27 #include "SDL_main.h" 27 #include "SDL_main.h"
28 #include "SDL_events.h" 28 #include "SDL_events.h"
29 #include "SDL_video.h" 29 #include "SDL_video.h"
30 #include "SDL_syswm.h" 30 #include "SDL_syswm.h"
31 #include "SDL_sysevents.h" 31 #include "../../events/SDL_sysevents.h"
32 #include "SDL_events_c.h" 32 #include "../../events/SDL_events_c.h"
33 #include "SDL_lowvideo.h" 33 #include "../wincommon/SDL_lowvideo.h"
34 #include "SDL_dx5video.h" 34 #include "SDL_dx5video.h"
35 35
36 #ifndef WM_APP 36 #ifndef WM_APP
37 #define WM_APP 0x8000 37 #define WM_APP 0x8000
38 #endif 38 #endif