mirror of
https://github.com/encounter/SDL.git
synced 2025-12-11 22:44:17 +00:00
WinRT: build fix in joystick code
This commit is contained in:
@@ -83,7 +83,9 @@ struct joystick_hwdata
|
|||||||
DWORD dwPacketNumber;
|
DWORD dwPacketNumber;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if SDL_JOYSTICK_DINPUT
|
||||||
extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
|
extern const DIDATAFORMAT SDL_c_dfDIJoystick2;
|
||||||
|
#endif
|
||||||
|
|
||||||
extern void SDL_SYS_AddJoystickDevice(JoyStick_DeviceData *device);
|
extern void SDL_SYS_AddJoystickDevice(JoyStick_DeviceData *device);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user