Skip to content

Commit

Permalink
Another attempt to get this to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 28, 2015
1 parent 4add169 commit e90f87b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/joystick/windows/SDL_dinputjoystick.c
Expand Up @@ -867,7 +867,7 @@ SDL_DINPUT_JoystickQuit(void)

#else /* !SDL_JOYSTICK_DINPUT */

struct JoyStick_DeviceData;
typedef struct JoyStick_DeviceData JoyStick_DeviceData;

int
SDL_DINPUT_JoystickInit(void)
Expand Down
2 changes: 1 addition & 1 deletion src/joystick/windows/SDL_xinputjoystick.c
Expand Up @@ -339,7 +339,7 @@ SDL_SYS_IsXInputGamepad_DeviceIndex(int device_index)

#else /* !SDL_JOYSTICK_XINPUT */

struct JoyStick_DeviceData;
typedef struct JoyStick_DeviceData JoyStick_DeviceData;

SDL_bool SDL_XINPUT_Enabled(void)
{
Expand Down

0 comments on commit e90f87b

Please sign in to comment.