Skip to content

Commit

Permalink
WinRT: build fix in joystick code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Oct 1, 2016
1 parent 7851eb0 commit 3c8a269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/joystick/windows/SDL_windowsjoystick_c.h
Expand Up @@ -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);

Expand Down

0 comments on commit 3c8a269

Please sign in to comment.