mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-25 02:35:42 +00:00
Hopefully fixed Cygwin build
This commit is contained in:
parent
a2d5dd0234
commit
cd8f63f280
|
@ -57,6 +57,10 @@
|
||||||
#include "../../haptic/windows/SDL_xinputhaptic_c.h" /* For haptic hot plugging */
|
#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 */
|
/* local variables */
|
||||||
static SDL_bool s_bDeviceAdded = SDL_FALSE;
|
static SDL_bool s_bDeviceAdded = SDL_FALSE;
|
||||||
static SDL_bool s_bDeviceRemoved = SDL_FALSE;
|
static SDL_bool s_bDeviceRemoved = SDL_FALSE;
|
||||||
|
|
Loading…
Reference in a new issue