* include/winldap.h: Don't check value of UNICODE.
Thanks to: "Jean-Do" <spab@users.sourceforge.net>
This commit is contained in:
parent
72fdc157bf
commit
6f564c4f6e
@ -1,3 +1,8 @@
|
|||||||
|
2004-08-25 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/winldap.h: Don't check value of UNICODE.
|
||||||
|
Thanks to: "Jean-Do" <spab@users.sourceforge.net>
|
||||||
|
|
||||||
2004-08-25 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-08-25 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
|
* include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.
|
||||||
|
@ -536,7 +536,7 @@ WINLDAPAPI LDAP ldap_conn_from_msg(LDAP*,LDAPMessage*);
|
|||||||
WINLDAPAPI INT LdapUnicodeToUTF8(LPCWSTR,int,LPSTR,int);
|
WINLDAPAPI INT LdapUnicodeToUTF8(LPCWSTR,int,LPSTR,int);
|
||||||
WINLDAPAPI INT LdapUTF8ToUnicode(LPCSTR,int,LPWSTR,int);
|
WINLDAPAPI INT LdapUTF8ToUnicode(LPCSTR,int,LPWSTR,int);
|
||||||
|
|
||||||
#if UNICODE
|
#ifdef UNICODE
|
||||||
#define LDAPControl LDAPControlW
|
#define LDAPControl LDAPControlW
|
||||||
#define PLDAPControl PLDAPControlW
|
#define PLDAPControl PLDAPControlW
|
||||||
#define LDAPMod LDAPModW
|
#define LDAPMod LDAPModW
|
||||||
|
Loading…
Reference in New Issue
Block a user