summaryrefslogtreecommitdiff
path: root/ext/zip/lib/php_zip_config.w32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/lib/php_zip_config.w32.h')
-rw-r--r--ext/zip/lib/php_zip_config.w32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/zip/lib/php_zip_config.w32.h b/ext/zip/lib/php_zip_config.w32.h
index 8956839c62..1fec26317b 100644
--- a/ext/zip/lib/php_zip_config.w32.h
+++ b/ext/zip/lib/php_zip_config.w32.h
@@ -54,4 +54,7 @@ typedef long long ssize_t;
# endif
#endif
+# undef strcasecmp
+# define strcasecmp _strcmpi
+
#endif /* HAD_CONFIG_H */