comparison include/SDL_config_win32.h @ 1661:281d3f4870e5 SDL-1.3

Moved DirectInput joystick code to 1.3 branch
author Sam Lantinga <slouken@libsdl.org>
date Sun, 21 May 2006 17:27:13 +0000
parents e49147870aac
children 782fd950bd46
comparison
equal deleted inserted replaced
1660:8b9d79e7eacf 1661:281d3f4870e5
129 129
130 /* Enable various input drivers */ 130 /* Enable various input drivers */
131 #ifdef _WIN32_WCE 131 #ifdef _WIN32_WCE
132 #define SDL_JOYSTICK_DISABLED 1 132 #define SDL_JOYSTICK_DISABLED 1
133 #else 133 #else
134 #define SDL_JOYSTICK_WINMM 1 134 #define SDL_JOYSTICK_DINPUT 1
135 #endif 135 #endif
136 136
137 /* Enable various shared object loading systems */ 137 /* Enable various shared object loading systems */
138 #define SDL_LOADSO_WIN32 1 138 #define SDL_LOADSO_WIN32 1
139 139