diff include/SDL_config_win32.h @ 2567:d551e29f086b gsoc2008_force_feedback

Configure should try to use haptic on windows with directinput.
author Edgar Simo <bobbens@gmail.com>
date Thu, 31 Jul 2008 11:10:52 +0000
parents 491e43f427ee
children
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Thu Jul 31 11:06:16 2008 +0000
+++ b/include/SDL_config_win32.h	Thu Jul 31 11:10:52 2008 +0000
@@ -141,8 +141,8 @@
 #define SDL_JOYSTICK_DISABLED   1
 #define SDL_HAPTIC_DUMMY	1
 #else
-#define SDL_JOYSTICK_WINMM	1
-#define SDL_HAPTIC_DUMMY	1
+#define SDL_JOYSTICK_DINPUT   1
+#define SDL_HAPTIC_DINPUT	1
 #endif
 
 /* Enable various shared object loading systems */