comparison 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
comparison
equal deleted inserted replaced
2651:ff33a65123ce 2652:380d926cc5a7
40 #include <dinput.h> 40 #include <dinput.h>
41 #ifdef _MSC_VER 41 #ifdef _MSC_VER
42 /* Used for the c_dfDIJoystick2 symbol (no imports are used) */ 42 /* Used for the c_dfDIJoystick2 symbol (no imports are used) */
43 # pragma comment (lib, "dinput.lib") 43 # pragma comment (lib, "dinput.lib")
44 #endif 44 #endif
45 #include <dxerr.h> 45 #include <dxerr8.h>
46 #ifdef _MSC_VER 46 #ifdef _MSC_VER
47 # pragma comment (lib, "dxerr.lib") 47 # pragma comment (lib, "dxerr8.lib")
48 #endif 48 #endif
49 49
50 50
51 #define MAX_INPUTS 256 /* each joystick can have up to 256 inputs */ 51 #define MAX_INPUTS 256 /* each joystick can have up to 256 inputs */
52 52