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/ldap/ldap.c | |
parent | f9ee319152b012aa292ae548bb1ecfdfc9ce1876 (diff) | |
download | php-git-8767205afa446d82faa2c37fd1e0de4f002660fc.tar.gz |
Fix Win32 linkage problems
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r-- | ext/ldap/ldap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 71f06b1731..697855a9bf 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -180,6 +180,9 @@ zend_module_entry ldap_module_entry = { #ifdef COMPILE_DL_LDAP ZEND_GET_MODULE(ldap) +# ifdef PHP_WIN32 +# include "zend_arg_defs.c" +# endif #endif static void _close_ldap_link(zend_rsrc_list_entry *rsrc TSRMLS_DC) |