Re: [PATCHES] MSVC build broken (again) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] MSVC build broken (again)
Date
Msg-id 10542.1159905680@sss.pgh.pa.us
Whole thread Raw
Responses Re: [PATCHES] MSVC build broken (again)
List pgsql-hackers
"Magnus Hagander" <mha@sollentuna.net> writes:
> The code around errcode is definitly messy. In CVS now, it actually
> renames *our* errcode() function to __msvc_errcode, and exports this
> from postgres.exe. This is definitly very borken.

Would it be possible to move the whole <crtdefs.h> block into win32.h?
This would cause it to be included after <stdio.h> and friends, which
maybe is too late, but taking it out of c.h would be a lot cleaner.

            regards, tom lane

pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Pie-in-sky dreaming about reworking tuple layout entirely
Next
From: "Magnus Hagander"
Date:
Subject: Re: [PATCHES] vcbuild bison check