We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bf073 commit 110fab9Copy full SHA for 110fab9
ext/pcre/pcrelib/config.h
@@ -1,6 +1,9 @@
1
2
#include <php_compat.h>
3
-#include <php_config.h>
+
4
+#ifndef PHP_WIN32
5
+# include <php_config.h>
6
+#endif
7
8
#undef PACKAGE_NAME
9
#undef PACKAGE_VERSION
0 commit comments