Index: src\backend\libpq/auth.c
===================================================================
RCS file: c:/prog/cvsrepo/pgsql/pgsql/src/backend/libpq/auth.c,v
retrieving revision 1.141
diff -c -r1.141 auth.c
*** src\backend\libpq/auth.c	22 Aug 2006 02:23:45 -0000	1.141
--- src\backend\libpq/auth.c	15 Sep 2006 12:01:00 -0000
***************
*** 75,81 ****
  #include <winldap.h>
  
  /* Correct header from the Platform SDK */
! typedef ULONG (WINLDAPAPI *__ldap_start_tls_sA)(
      IN   PLDAP          ExternalHandle,
      OUT  PULONG         ServerReturnValue,
      OUT  LDAPMessage    **result,
--- 75,81 ----
  #include <winldap.h>
  
  /* Correct header from the Platform SDK */
! typedef ULONG (*__ldap_start_tls_sA)(
      IN   PLDAP          ExternalHandle,
      OUT  PULONG         ServerReturnValue,
      OUT  LDAPMessage    **result,
