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

Commit

Permalink
Fixed compilation on mingw32.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Oct 14, 2008
1 parent c33e5cb commit 6947452
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/joystick/win32/SDL_dxjoystick.c
Expand Up @@ -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"


Expand Down
1 change: 0 additions & 1 deletion src/joystick/win32/SDL_dxjoystick_c.h
Expand Up @@ -37,7 +37,6 @@
#include <windows.h>

#define DIRECTINPUT_VERSION 0x0700 /* Need version 7 for force feedback. */
#define INITGUID
#include <dinput.h>


Expand Down

0 comments on commit 6947452

Please sign in to comment.