WinRT: build fix in joystick code
parent
7851eb0836
commit
3c8a26984d
|
@ -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