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 d66c502 commit 8fe4ba1Copy full SHA for 8fe4ba1
config.w32
@@ -45,7 +45,7 @@ if (PHP_ZIP != "no") {
45
configure_module_dirname = old_conf_dir;
46
47
AC_DEFINE('HAVE_ZIP', 1);
48
- ADD_FLAG("CFLAGS_ZIP", "/D _WIN32 /D HAVE_SET_MTIME /D HAVE_ENCRYPTION /D HAVE_LIBZIP_VERSION /D HAVE_PROGRESS_CALLBACK");
+ ADD_FLAG("CFLAGS_ZIP", "/D HAVE_SET_MTIME /D HAVE_ENCRYPTION /D HAVE_LIBZIP_VERSION /D HAVE_PROGRESS_CALLBACK");
49
if ((PHP_VERSION == 7 && PHP_MINOR_VERSION >= 4) || PHP_VERSION == 8) {
50
ADD_FLAG("CFLAGS_ZIP", " /D HAVE_CANCEL_CALLBACK");
51
}
0 commit comments