Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-08-25 11:55:59 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2004-08-25 11:55:59 +0400
commit6f564c4f6e7746ccb29ec2bb9b3c4c4b07d912d2 (patch)
treef29bc46239b1f2b205e7544d48bf3b2291634314 /winsup/w32api
parent72fdc157bfaf23d45d111fc2249808dd3b3ae8df (diff)
* include/winldap.h: Don't check value of UNICODE.
Thanks to: "Jean-Do" <spab@users.sourceforge.net>
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/winldap.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 13eae2ff0..f7f479a33 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,10 @@
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__.
2004-08-24 Sam Robb <samrobb@users.sourceforge.net>
diff --git a/winsup/w32api/include/winldap.h b/winsup/w32api/include/winldap.h
index 36b86268d..1f00f81e8 100644
--- a/winsup/w32api/include/winldap.h
+++ b/winsup/w32api/include/winldap.h
@@ -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