diff src/joystick/win32/SDL_dxjoystick_c.h @ 2717:50bc882455e5

Merge of force feedback branch r4039.
author Edgar Simo <bobbens@gmail.com>
date Mon, 25 Aug 2008 17:34:58 +0000
parents 0906692aa6a4
children 02aa80d7905f
line wrap: on
line diff
--- a/src/joystick/win32/SDL_dxjoystick_c.h	Mon Aug 25 15:08:59 2008 +0000
+++ b/src/joystick/win32/SDL_dxjoystick_c.h	Mon Aug 25 17:34:58 2008 +0000
@@ -42,9 +42,9 @@
     /* Used for the c_dfDIJoystick2 symbol (no imports are used) */
 #   pragma comment (lib, "dinput.lib")
 #endif
-#include <dxerr.h>
+#include <dxerr8.h>
 #ifdef _MSC_VER
-#   pragma comment (lib, "dxerr.lib")
+#   pragma comment (lib, "dxerr8.lib")
 #endif