Skip to content

Commit

Permalink
Fixed windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 1, 2016
1 parent fa0f417 commit 7b34f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/joystick/windows/SDL_dinputjoystick_c.h
Expand Up @@ -27,6 +27,4 @@ extern void SDL_DINPUT_JoystickUpdate(SDL_Joystick * joystick);
extern void SDL_DINPUT_JoystickClose(SDL_Joystick * joystick);
extern void SDL_DINPUT_JoystickQuit(void);

extern const DIDATAFORMAT SDL_c_dfDIJoystick2;

/* vi: set ts=4 sw=4 expandtab: */
2 changes: 2 additions & 0 deletions src/joystick/windows/SDL_windowsjoystick_c.h
Expand Up @@ -83,6 +83,8 @@ struct joystick_hwdata
DWORD dwPacketNumber;
};

extern const DIDATAFORMAT SDL_c_dfDIJoystick2;

extern void SDL_SYS_AddJoystickDevice(JoyStick_DeviceData *device);

/* vi: set ts=4 sw=4 expandtab: */

0 comments on commit 7b34f47

Please sign in to comment.