Re: pgsql: Enable building with the Mingw64 compiler. - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Enable building with the Mingw64 compiler.
Date
Msg-id 4D461203.2080309@dunslane.net
Whole thread Raw
In response to Re: pgsql: Enable building with the Mingw64 compiler.  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: pgsql@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL8_3_14 was created
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Support multiple concurrent pg_basebackup backups.