comparison src/joystick/os2/SDL_sysjoystick.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
28 #define INCL_DOSDEVIOCTL 28 #define INCL_DOSDEVIOCTL
29 #define INCL_DOSMEMMGR 29 #define INCL_DOSMEMMGR
30 #include <os2.h> 30 #include <os2.h>
31 #include "joyos2.h" 31 #include "joyos2.h"
32 32
33 #include "SDL_stdlib.h"
34 #include "SDL_string.h"
35 #include "SDL_error.h"
36 #include "SDL_joystick.h" 33 #include "SDL_joystick.h"
37 #include "SDL_sysjoystick.h" 34 #include "SDL_sysjoystick.h"
38 #include "SDL_joystick_c.h" 35 #include "SDL_joystick_c.h"
39 36
40 HFILE hJoyPort = NULL; /* Joystick GAME$ Port Address */ 37 HFILE hJoyPort = NULL; /* Joystick GAME$ Port Address */