Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xMachina committed Aug 21, 2024
1 parent 962612e commit fec6ea3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions windows/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,9 @@ HID_API_EXPORT const char* HID_API_CALL hid_version_str(void)

BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
{
(void)instance;
(void)reserved;

switch (reason) {
case DLL_PROCESS_ATTACH:
tls_init_context();
Expand Down

0 comments on commit fec6ea3

Please sign in to comment.