Fixed compilation on mingw32.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403228
This commit is contained in:
Edgar Simo 2008-10-14 18:28:28 +00:00
parent 105093d7b7
commit 3f60e7f826
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>