Fixed compilation on mingw32.

This commit is contained in:
Edgar Simo 2008-10-14 18:28:28 +00:00
parent ab3c4fb876
commit ada44e87d4
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -37,7 +37,6 @@
#include <windows.h>
#define DIRECTINPUT_VERSION 0x0700 /* Need version 7 for force feedback. */
#define INITGUID
#include <dinput.h>