Skip to content

Commit

Permalink
Update windows/hid.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Youw authored Apr 6, 2024
1 parent 496381f commit 0603dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static struct hid_hotplug_context {
/* Critical section (faster mutex substitute), for both cached device list and callback list changes */
CRITICAL_SECTION critical_section;

int critical_section_ready;
BOOL critical_section_ready;

/* HIDAPI unique callback handle counter */
hid_hotplug_callback_handle next_handle;
Expand Down

0 comments on commit 0603dc8

Please sign in to comment.