Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WinRT build fix
  • Loading branch information
DavidLudwig committed Oct 15, 2014
1 parent 839be30 commit 1b341f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/joystick/windows/SDL_windowsjoystick.c
Expand Up @@ -46,7 +46,9 @@
#include "../../events/SDL_events_c.h"
#endif
#include "../../core/windows/SDL_windows.h"
#if !defined(__WINRT__)
#include <dbt.h>
#endif

#define INITGUID /* Only set here, if set twice will cause mingw32 to break. */
#include "SDL_windowsjoystick_c.h"
Expand Down

0 comments on commit 1b341f5

Please sign in to comment.