Re: pgsql: Enable building with the Mingw64 compiler.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Enable building with the Mingw64 compiler.
Date: 2011-01-31 01:36:03
Message-ID: 4D461203.2080309@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 01/30/2011 08:10 PM, Tom Lane wrote:
> Andrew Dunstan<andrew(at)dunslane(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message pgsql 2011-01-31 02:28:03 pgsql: Tag refs/tags/REL8_3_14 was created
Previous Message Andrew Dunstan 2011-01-31 01:34:48 pgsql: Fix typo