diff src/joystick/win32/SDL_dxjoystick.c @ 2770:c3ff3d5d16f0

Fixed compilation on mingw32.
author Edgar Simo <bobbens@gmail.com>
date Tue, 14 Oct 2008 18:28:28 +0000
parents 0c544c2eff77
children 99210400e8b9
line wrap: on
line diff
--- a/src/joystick/win32/SDL_dxjoystick.c	Sun Oct 12 16:30:42 2008 +0000
+++ b/src/joystick/win32/SDL_dxjoystick.c	Tue Oct 14 18:28:28 2008 +0000
@@ -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"