* include/winldap.h: Don't check value of UNICODE.

Thanks to: "Jean-Do"  <spab@users.sourceforge.net>
This commit is contained in:
Danny Smith 2004-08-25 07:55:59 +00:00
parent 72fdc157bf
commit 6f564c4f6e
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.

View File

@ -536,7 +536,7 @@ WINLDAPAPI LDAP ldap_conn_from_msg(LDAP*,LDAPMessage*);
WINLDAPAPI INT LdapUnicodeToUTF8(LPCWSTR,int,LPSTR,int);
WINLDAPAPI INT LdapUTF8ToUnicode(LPCSTR,int,LPWSTR,int);
#if UNICODE
#ifdef UNICODE
#define LDAPControl LDAPControlW
#define PLDAPControl PLDAPControlW
#define LDAPMod LDAPModW