mirror of
https://github.com/curl/curl.git
synced 2026-08-02 17:40:29 +03:00
<winber.h> needed for Windows LDAP client 32 API support
This commit is contained in:
parent
17c01d21a9
commit
a137109a0c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue