diff options
author | Zeev Suraski <zeev@php.net> | 2003-08-31 12:41:53 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-08-31 12:41:53 +0000 |
commit | 8767205afa446d82faa2c37fd1e0de4f002660fc (patch) | |
tree | 2ec64c120563be778ee9ad28a13ac33fa6070cef /ext/pcre | |
parent | f9ee319152b012aa292ae548bb1ecfdfc9ce1876 (diff) | |
download | php-git-8767205afa446d82faa2c37fd1e0de4f002660fc.tar.gz |
Fix Win32 linkage problems
Diffstat (limited to 'ext/pcre')
-rw-r--r-- | ext/pcre/php_pcre.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index e88c222ea3..b2c314ba76 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -1529,6 +1529,9 @@ zend_module_entry pcre_module_entry = { #ifdef COMPILE_DL_PCRE ZEND_GET_MODULE(pcre) +# ifdef PHP_WIN32 +# include "zend_arg_defs.c" +# endif #endif /* }}} */ |