LDAP function signature for MSVC

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема LDAP function signature for MSVC
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FB9C@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: LDAP function signature for MSVC  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Update to msvc build sys
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Include file in regress.c