We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf8344 commit f6b6f52Copy full SHA for f6b6f52
src/duckdb_read_stat.c
@@ -4,6 +4,7 @@
4
5
#define timegm _mkgmtime
6
#define strncasecmp _strnicmp
7
+#define strcasecmp _stricmp
8
9
#else
10
#include <strings.h>
0 commit comments