diff 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
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Mon Jul 28 10:00:17 2008 +0000
+++ b/include/SDL_config_win32.h	Mon Jul 28 10:26:21 2008 +0000
@@ -139,8 +139,10 @@
 /* Enable various input drivers */
 #ifdef _WIN32_WCE
 #define SDL_JOYSTICK_DISABLED   1
+#define SDL_HAPTIC_DUMMY	1
 #else
 #define SDL_JOYSTICK_WINMM	1
+#define SDL_HAPTIC_DUMMY	1
 #endif
 
 /* Enable various shared object loading systems */