diff include/SDL_config_win32.h @ 1855:5ff2c01e475e

Moved DirectInput joystick code to 1.3 branch
author Sam Lantinga <slouken@libsdl.org>
date Sun, 21 May 2006 17:26:40 +0000
parents 2280e314a978
children 17af3557191c
line wrap: on
line diff
--- a/include/SDL_config_win32.h	Sun May 21 16:47:41 2006 +0000
+++ b/include/SDL_config_win32.h	Sun May 21 17:26:40 2006 +0000
@@ -131,7 +131,7 @@
 #ifdef _WIN32_WCE
 #define SDL_JOYSTICK_DISABLED   1
 #else
-#define SDL_JOYSTICK_DINPUT	1
+#define SDL_JOYSTICK_WINMM	1
 #endif
 
 /* Enable various shared object loading systems */