Re: [PATCHES] LDAP function signature for MSVC

2006-09-15 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > This patch changes the function definition for ldap_start_tls_sA() on > win32 by removing the WINLDAPAPI. Applied. regards, tom lane ---(end of broadcast)--- TIP 9: In versions

[PATCHES] LDAP function signature for MSVC

2006-09-15 Thread Magnus Hagander
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 r