diff src/joystick/win32/SDL_dxjoystick_c.h @ 2652:380d926cc5a7 gsoc2008_force_feedback

Fix for mingw compilation of haptic subsystem by Alam.
author Edgar Simo <bobbens@gmail.com>
date Mon, 25 Aug 2008 17:30:39 +0000
parents 51cadb844a9e
children
line wrap: on
line diff
--- a/src/joystick/win32/SDL_dxjoystick_c.h	Mon Aug 25 10:10:13 2008 +0000
+++ b/src/joystick/win32/SDL_dxjoystick_c.h	Mon Aug 25 17:30:39 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