Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 13, 2020
1 parent bf87604 commit c302c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/joystick/windows/SDL_rawinputjoystick.c
Expand Up @@ -95,6 +95,7 @@ static void RAWINPUT_JoystickClose(SDL_Joystick * joystick);

typedef struct _SDL_RAWINPUT_Device
{
SDL_atomic_t refcount;
char *name;
Uint16 vendor_id;
Uint16 product_id;
Expand Down

0 comments on commit c302c1a

Please sign in to comment.