Skip to content

Commit

Permalink
Hopefully fixed Cygwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 7, 2014
1 parent a2d5dd0 commit cd8f63f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/joystick/windows/SDL_windowsjoystick.c
Expand Up @@ -57,6 +57,10 @@
#include "../../haptic/windows/SDL_xinputhaptic_c.h" /* For haptic hot plugging */


#ifndef DEVICE_NOTIFY_WINDOW_HANDLE
#define DEVICE_NOTIFY_WINDOW_HANDLE 0x00000000
#endif

/* local variables */
static SDL_bool s_bDeviceAdded = SDL_FALSE;
static SDL_bool s_bDeviceRemoved = SDL_FALSE;
Expand Down

0 comments on commit cd8f63f

Please sign in to comment.