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 0603dc8 commit 4b26d59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions windows/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1029,11 +1029,7 @@ void HID_API_EXPORT HID_API_CALL hid_free_enumeration(struct hid_device_info *d
}
}

DWORD WINAPI hid_internal_notify_callback(HCMNOTIFICATION notify,
PVOID context,
CM_NOTIFY_ACTION action,
PCM_NOTIFY_EVENT_DATA event_data,
DWORD event_data_size)
DWORD WINAPI hid_internal_notify_callback(HCMNOTIFICATION notify, PVOID context, CM_NOTIFY_ACTION action, PCM_NOTIFY_EVENT_DATA event_data, DWORD event_data_size)
{
struct hid_device_info *device = NULL;
hid_hotplug_event hotplug_event = 0;
Expand Down

0 comments on commit 4b26d59

Please sign in to comment.