Re: pgsql: Enable building with the Mingw64 compiler.

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

On 01/30/2011 08:10 PM, Tom Lane wrote:
> 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?
>
>

Darn, yes. I even tested it.

Anyway, fixed, thanks for noticing.

cheers

andrew

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

Предыдущее
От: pgsql@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL8_3_14 was created
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Support multiple concurrent pg_basebackup backups.