Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 1855:5ff2c01e475e
Moved DirectInput joystick code to 1.3 branch
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 21 May 2006 17:26:40 +0000 |
parents | 2280e314a978 |
children | 17af3557191c |
comparison
equal
deleted
inserted
replaced
1854:2280e314a978 | 1855:5ff2c01e475e |
---|---|
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_DINPUT 1 | 134 #define SDL_JOYSTICK_WINMM 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 |