mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
<winber.h> needed for Windows LDAP client 32 API support
This commit is contained in:
parent
17c01d21a9
commit
a137109a0c
@ -45,6 +45,7 @@
|
||||
|
||||
#ifdef CURL_LDAP_WIN /* Use W$ LDAP implementation. */
|
||||
# include <winldap.h>
|
||||
# include <winber.h>
|
||||
#else
|
||||
#define LDAP_DEPRECATED 1 /* Be sure ldap_init() is defined. */
|
||||
# include <ldap.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user