mirror of
https://github.com/yawut/SDL.git
synced 2026-06-17 14:09:38 -05:00
Fixed compilation on mingw32.
This commit is contained in:
parent
ab3c4fb876
commit
ada44e87d4
|
|
@ -38,6 +38,7 @@
|
|||
#include "SDL_joystick.h"
|
||||
#include "../SDL_sysjoystick.h"
|
||||
#include "../SDL_joystick_c.h"
|
||||
#define INITGUID /* Only set here, if set twice will cause mingw32 to break. */
|
||||
#include "SDL_dxjoystick_c.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@
|
|||
#include <windows.h>
|
||||
|
||||
#define DIRECTINPUT_VERSION 0x0700 /* Need version 7 for force feedback. */
|
||||
#define INITGUID
|
||||
#include <dinput.h>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user