Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.
This commit is contained in:
parent
0498a08e66
commit
0b52204f0d
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.141 2006/08/22 02:23:45 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.142 2006/09/15 21:28:08 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -75,7 +75,7 @@ static Port *pam_port_cludge; /* Workaround for passing "Port *port" into
|
||||
#include <winldap.h>
|
||||
|
||||
/* Correct header from the Platform SDK */
|
||||
typedef ULONG (WINLDAPAPI *__ldap_start_tls_sA)(
|
||||
typedef ULONG (*__ldap_start_tls_sA)(
|
||||
IN PLDAP ExternalHandle,
|
||||
OUT PULONG ServerReturnValue,
|
||||
OUT LDAPMessage **result,
|
||||
|
Loading…
x
Reference in New Issue
Block a user