Skip to content

Commit

Permalink
Define strncasecmp function as _strnicmp on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosz authored and nikias committed Nov 14, 2021
1 parent 8b692d6 commit 8ba05c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/activation.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

#ifdef WIN32
#include <windows.h>
#define strncasecmp _strnicmp
#else
#include <pthread.h>
#endif
Expand Down

0 comments on commit 8ba05c3

Please sign in to comment.