Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
The latest version of MinGW-w64 has the necessary headers and librari…
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 22, 2012
1 parent 1b949cc commit 58147d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/SDL_config_windows.h
Expand Up @@ -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
Expand Down

0 comments on commit 58147d4

Please sign in to comment.