summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-08-16 01:44:33 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-08-16 01:44:33 +0000
commit2f129db790755a75be8e9869e13d165200dc56f0 (patch)
tree38f410b91fa19696faaf137c7b63221736149845
parentf9a562f63bbcfd27682553abd3f6b0e54dd99887 (diff)
downloadphp-git-2f129db790755a75be8e9869e13d165200dc56f0.tar.gz
Fix Windows build
-rw-r--r--ext/pcre/pcrelib/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h
index 7d589d769d..3589f18c56 100644
--- a/ext/pcre/pcrelib/config.h
+++ b/ext/pcre/pcrelib/config.h
@@ -1,6 +1,9 @@
#include <php_compat.h>
+
+#ifndef PHP_WIN32
#include <php_config.h>
+#endif
#undef PACKAGE_NAME
#undef PACKAGE_VERSION