Commit 44e69405 authored by Michael Cronenworth's avatar Michael Cronenworth Committed by Alexandre Julliard

xinput: Global variable compatibility update for gcc 10.

parent da21c305
......@@ -27,8 +27,8 @@ typedef struct _xinput_controller
XINPUT_VIBRATION vibration;
} xinput_controller;
CRITICAL_SECTION xinput_crit;
xinput_controller controllers[XUSER_MAX_COUNT];
extern CRITICAL_SECTION xinput_crit;
extern xinput_controller controllers[XUSER_MAX_COUNT];
void HID_find_gamepads(xinput_controller *devices) DECLSPEC_HIDDEN;
void HID_destroy_gamepads(xinput_controller *devices) DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment