diff options
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r-- | ext/ldap/ldap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index b5db5c97e7..087f3a5f35 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -86,9 +86,6 @@ static int le_link, le_result, le_result_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) /* {{{ */ |