mirror of
https://github.com/encounter/SDL.git
synced 2025-05-17 21:01:32 +00:00
Fixed build
This commit is contained in:
parent
bf87604ef1
commit
c302c1abb8
@ -95,6 +95,7 @@ static void RAWINPUT_JoystickClose(SDL_Joystick * joystick);
|
|||||||
|
|
||||||
typedef struct _SDL_RAWINPUT_Device
|
typedef struct _SDL_RAWINPUT_Device
|
||||||
{
|
{
|
||||||
|
SDL_atomic_t refcount;
|
||||||
char *name;
|
char *name;
|
||||||
Uint16 vendor_id;
|
Uint16 vendor_id;
|
||||||
Uint16 product_id;
|
Uint16 product_id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user