Re: [PATCHES] MSVC build broken (again)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] MSVC build broken (again)
Дата
Msg-id 10542.1159905680@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: [PATCHES] MSVC build broken (again)  ("Magnus Hagander" <mha@sollentuna.net>)
Список 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 по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Pie-in-sky dreaming about reworking tuple layout entirely
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [PATCHES] vcbuild bison check