Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.

This commit is contained in:
Tom Lane 2006-09-15 21:28:08 +00:00
parent 0498a08e66
commit 0b52204f0d
1 changed files with 2 additions and 2 deletions

View File

@ -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,