Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 2549:491e43f427ee gsoc2008_force_feedback
Put haptic defines in SDL_configs, patch by Alam.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 28 Jul 2008 10:26:21 +0000 |
parents | e47e63af07df |
children | d551e29f086b |
comparison
equal
deleted
inserted
replaced
2548:8763183f03a8 | 2549:491e43f427ee |
---|---|
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_WINMM 1 |
145 #define SDL_HAPTIC_DUMMY 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 |