Re: Latest ecpg patch broke MSVC build

Поиск
Список
Период
Сортировка
От Trevor Talbot
Тема Re: Latest ecpg patch broke MSVC build
Дата
Msg-id 90bce5730710030155r5dd0ab25p4090112241fcb70c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Latest ecpg patch broke MSVC build  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Note that unless there's some tools issue, DllMain doesn't need to be
exported to function properly.  A DLL's initialization routine is
marked as the entry point in the PE header, same as main() in classic
C.

It might be simpler to just get rid of the export.


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Latest ecpg patch broke MSVC build
Следующее
От: Magnus Hagander
Дата:
Сообщение: ECPG regression tests