Re: pgsql: Enable building with the Mingw64 compiler.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Enable building with the Mingw64 compiler.
Дата
Msg-id 24556.1296436202@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Enable building with the Mingw64 compiler.  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Enable building with the Mingw64 compiler.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> Enable building with the Mingw64 compiler.

> +#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0501
> +#undefine _WIN32_WINNT
> +#endif

Umm ... surely "#undefine" is a typo?

            regards, tom lane

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Enable building with the Mingw64 compiler.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix typo