]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
authorDanny Smith <dannysmith@users.sourceforge.net>
Sun, 19 Jun 2005 07:25:11 +0000 (07:25 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Sun, 19 Jun 2005 07:25:11 +0000 (07:25 +0000)
ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
Thanks to: Christian  <chhd at users dot sf dot net>

winsup/w32api/ChangeLog
winsup/w32api/include/winldap.h

index 03e759ebee759d96ef2bc2e0c9c8ba2f73c8c26a..49779a9e1c7cb01c8d19f83d7b7a08c3418d10a4 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,
+       ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR.
+       Thanks to: Christian  <chhd at users dot sf dot net>
+
 2005-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/richedit.h (GETTEXTEX): Correct name of lpUsedDefChar
index 1f00f81e8e43e34e0ec02502480e1db38d8d5b5c..cf7083bc694b7d17ef8c989e9d9de22c4effa74b 100644 (file)
@@ -396,13 +396,13 @@ WINLDAPAPI ULONG ldap_sasl_bindW(LDAP*,const PWCHAR, const PWCHAR,const BERVAL*,
 WINLDAPAPI ULONG ldap_sasl_bind_sA(LDAP*,const PCHAR,const PCHAR,const BERVAL*,PLDAPControlA*,PLDAPControlA*,PBERVAL*);
 WINLDAPAPI ULONG ldap_sasl_bind_sW(LDAP*,const PWCHAR,const PWCHAR,const BERVAL*,PLDAPControlW*,PLDAPControlW*,PBERVAL*);
 WINLDAPAPI ULONG ldap_simple_bindA(LDAP*,const PCHAR,const PCHAR);
-WINLDAPAPI ULONG ldap_simple_bindW(LDAP*,const PWCHAR,const PCHAR);
+WINLDAPAPI ULONG ldap_simple_bindW(LDAP*,const PWCHAR,const PWCHAR);
 WINLDAPAPI ULONG ldap_simple_bind_sA(LDAP*,const PCHAR,const PCHAR);
-WINLDAPAPI ULONG ldap_simple_bind_sW(LDAP*,const PWCHAR,const PCHAR);
+WINLDAPAPI ULONG ldap_simple_bind_sW(LDAP*,const PWCHAR,const PWCHAR);
 WINLDAPAPI ULONG ldap_bindA(LDAP*,const PCHAR,const PCHAR,ULONG) _WINLDAP_DEPRECATED;
-WINLDAPAPI ULONG ldap_bindW(LDAP*,const PWCHAR,const PCHAR,ULONG) _WINLDAP_DEPRECATED;
+WINLDAPAPI ULONG ldap_bindW(LDAP*,const PWCHAR,const PWCHAR,ULONG) _WINLDAP_DEPRECATED;
 WINLDAPAPI ULONG ldap_bind_sA(LDAP*,const PCHAR,const PCHAR,ULONG) _WINLDAP_DEPRECATED;
-WINLDAPAPI ULONG ldap_bind_sW(LDAP*,const PWCHAR,const PCHAR,ULONG) _WINLDAP_DEPRECATED;
+WINLDAPAPI ULONG ldap_bind_sW(LDAP*,const PWCHAR,const PWCHAR,ULONG) _WINLDAP_DEPRECATED;
 WINLDAPAPI ULONG ldap_unbind(LDAP*);
 WINLDAPAPI ULONG ldap_unbind_s(LDAP*);
 WINLDAPAPI ULONG ldap_search_extA(LDAP*,const PCHAR,ULONG,const PCHAR,PCHAR[],ULONG,PLDAPControlW*,PLDAPControlW*,ULONG,ULONG,ULONG*);
This page took 0.042325 seconds and 5 git commands to generate.