Re: MSVC compile errors

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: MSVC compile errors
Дата
Msg-id 41CF097C.9070203@dunslane.net
обсуждение исходный текст
Ответ на MSVC compile errors  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches

Andrew Dunstan wrote:

>
>
> I am also seeing non-fatal warnings about redefinition of SIG_ERR
> SIG_DFL and SIG_IGN which I will investigate.
>
>

The cure for this seems to be to add

  #include <signal.h>

near the top of src/include/port/win32.h.

cheers

andrew

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: MSVC compile errors
Следующее
От: Tom Lane
Дата:
Сообщение: Re: MSVC compile errors