Fixed build

This commit is contained in:
Sam Lantinga 2020-04-13 13:24:19 -07:00
parent bf87604ef1
commit c302c1abb8
1 changed files with 1 additions and 0 deletions

View File

@ -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;