Re: pgsql: Enable building with the Mingw64 compiler.

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

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?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-01-31 01:34:48 pgsql: Fix typo
Previous Message Andrew Dunstan 2011-01-31 01:03:44 pgsql: Enable building with the Mingw64 compiler.