diff options
| author | Pierre Joye <pajoye@php.net> | 2010-07-29 11:58:41 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2010-07-29 11:58:41 +0000 |
| commit | 110fab9803ac0b3462e37e286b17da7f6329a734 (patch) | |
| tree | ab4ab5a517df665445d882108ffe8458b57a88e5 /ext/pcre/pcrelib/config.h | |
| parent | a0bf0739a979d2848f83d756865981957419d473 (diff) | |
| download | php-git-110fab9803ac0b3462e37e286b17da7f6329a734.tar.gz | |
- fix build
Diffstat (limited to 'ext/pcre/pcrelib/config.h')
| -rw-r--r-- | ext/pcre/pcrelib/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h index 277c1e7688..2e04b29aa7 100644 --- a/ext/pcre/pcrelib/config.h +++ b/ext/pcre/pcrelib/config.h @@ -1,6 +1,9 @@ #include <php_compat.h> -#include <php_config.h> + +#ifndef PHP_WIN32 +# include <php_config.h> +#endif #undef PACKAGE_NAME #undef PACKAGE_VERSION |
