Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 2713:0906692aa6a4
Final merge of Google Summer of Code 2008 work...
Force Feedback for SDL
by Edgar Simo, mentored by Ryan C. Gordon
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 25 Aug 2008 09:55:03 +0000 |
parents | e47e63af07df |
children | a3e3497305d4 |
comparison
equal
deleted
inserted
replaced
2712:c4e697245676 | 2713:0906692aa6a4 |
---|---|
137 #endif | 137 #endif |
138 | 138 |
139 /* Enable various input drivers */ | 139 /* Enable various input drivers */ |
140 #ifdef _WIN32_WCE | 140 #ifdef _WIN32_WCE |
141 #define SDL_JOYSTICK_DISABLED 1 | 141 #define SDL_JOYSTICK_DISABLED 1 |
142 #define SDL_HAPTIC_DUMMY 1 | |
142 #else | 143 #else |
143 #define SDL_JOYSTICK_WINMM 1 | 144 #define SDL_JOYSTICK_DINPUT 1 |
145 #define SDL_HAPTIC_DINPUT 1 | |
144 #endif | 146 #endif |
145 | 147 |
146 /* Enable various shared object loading systems */ | 148 /* Enable various shared object loading systems */ |
147 #define SDL_LOADSO_WIN32 1 | 149 #define SDL_LOADSO_WIN32 1 |
148 | 150 |