mirror of
https://github.com/yawut/SDL.git
synced 2026-04-22 08:37:27 -05:00
WinRT: build fix in joystick code
This commit is contained in:
parent
7170e281e4
commit
a5875022ff
|
|
@ -83,7 +83,9 @@ struct joystick_hwdata
|
|||
DWORD dwPacketNumber;
|
||||
};
|
||||
|
||||
#if SDL_JOYSTICK_DINPUT
|
||||
extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
|
||||
#endif
|
||||
|
||||
extern void SDL_SYS_AddJoystickDevice(JoyStick_DeviceData *device);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user