diff 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
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Mon Aug 25 08:50:37 2008 +0000
+++ b/include/SDL_config_win32.h	Mon Aug 25 09:55:03 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_JOYSTICK_DINPUT   1
+#define SDL_HAPTIC_DINPUT	1
 #endif
 
 /* Enable various shared object loading systems */