Thread: LDAP function signature for MSVC

LDAP function signature for MSVC

From
"Magnus Hagander"
Date:
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

Re: LDAP function signature for MSVC

From
Tom Lane
Date:
"Magnus Hagander" <mha@sollentuna.net> writes:
> This patch changes the function definition for ldap_start_tls_sA() on
> win32 by removing the WINLDAPAPI.

Applied.

            regards, tom lane