We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c1181 commit bcae60cCopy full SHA for bcae60c
src/generic/parser.h
@@ -14,7 +14,7 @@
14
#include <stdint.h>
15
#include <string.h>
16
17
-#if _WIN32
+#if _MSC_VER
18
# define strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
19
#else
20
# include <strings.h>
0 commit comments