LDAP function signature for MSVC - Mailing list pgsql-patches

From Magnus Hagander
Subject LDAP function signature for MSVC
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FB9C@algol.sollentuna.se
Whole thread Raw
Responses Re: LDAP function signature for MSVC  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
This patch changes the function definition for ldap_start_tls_sA() on
win32 by removing the WINLDAPAPI. This is because in some cases
WINLDAPAPI gets defined to __declspec(dllimport), which is not permitted
at this location. in all other location it apears to be defined to
nothing, so removing it really should have no effect.

//Magnus

Attachment

pgsql-patches by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Update to msvc build sys
Next
From: "Magnus Hagander"
Date:
Subject: Include file in regress.c