Skip to content

Commit bcae60c

Browse files
committed
And another
1 parent 86c1181 commit bcae60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic/parser.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <stdint.h>
1515
#include <string.h>
1616

17-
#if _WIN32
17+
#if _MSC_VER
1818
# define strncasecmp(s1, s2, n) _strnicmp((s1), (s2), (n))
1919
#else
2020
# include <strings.h>

0 commit comments

Comments
 (0)