mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, and
indented some of the code to curl-style
This commit is contained in:
parent
df3e8e19c1
commit
1b88990cbb
@ -46,7 +46,7 @@
|
||||
#ifdef CURL_LDAP_WIN /* Use W$ LDAP implementation. */
|
||||
# include <winldap.h>
|
||||
#else
|
||||
#define LDAP_DEPRECATED /* Be sure ldap_init() is defined. */
|
||||
#define LDAP_DEPRECATED 1 /* Be sure ldap_init() is defined. */
|
||||
# include <ldap.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user