From 8767205afa446d82faa2c37fd1e0de4f002660fc Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 31 Aug 2003 12:41:53 +0000 Subject: Fix Win32 linkage problems --- ext/pcre/php_pcre.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/pcre/php_pcre.c') 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 /* }}} */ -- cgit v1.2.1