diff include/SDL_config_win32.h @ 1661:281d3f4870e5 SDL-1.3

Moved DirectInput joystick code to 1.3 branch
author Sam Lantinga <slouken@libsdl.org>
date Sun, 21 May 2006 17:27:13 +0000
parents e49147870aac
children 782fd950bd46
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Sat May 20 04:35:58 2006 +0000
+++ b/include/SDL_config_win32.h	Sun May 21 17:27:13 2006 +0000
@@ -131,7 +131,7 @@
 #ifdef _WIN32_WCE
 #define SDL_JOYSTICK_DISABLED   1
 #else
-#define SDL_JOYSTICK_WINMM	1
+#define SDL_JOYSTICK_DINPUT	1
 #endif
 
 /* Enable various shared object loading systems */