The latest version of MinGW-w64 has the necessary headers and libraries: http://mingw-w64.sourceforge.net/

This commit is contained in:
Sam Lantinga 2012-12-22 11:23:18 -08:00
parent f5af517cd2
commit 062602b52b

View file

@ -151,12 +151,7 @@ typedef unsigned int uintptr_t;
/* Enable various input drivers */
#define SDL_JOYSTICK_DINPUT 1
#ifdef __GNUC__
/* There isn't a compatible dinput.h for mingw as far as I know */
#define SDL_HAPTIC_DISABLED 1
#else
#define SDL_HAPTIC_DINPUT 1
#endif
/* Enable various shared object loading systems */
#define SDL_LOADSO_WINDOWS 1