The latest version of MinGW-w64 has the necessary headers and libraries: http://mingw-w64.sourceforge.net/
This commit is contained in:
parent
f5af517cd2
commit
062602b52b
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue