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

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

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Enable building with the Mingw64 compiler.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix typo