Re: MSVC build broken (again)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: MSVC build broken (again)
Дата
Msg-id 10793.1159907773@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: MSVC build broken (again)  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
"Magnus Hagander" <mha@sollentuna.net> writes:
>> Would it be possible to move the whole <crtdefs.h> block into win32.h?

> Nope, it needs to go before <stdio.h> and friends, unfortunatly.

OK, patch committed as-is then.  The whole thing still looks awfully
icky though, particularly the way pg_config_os.h is included in one
place for WIN32 and a different place everywhere else.

Would it make sense to split win32.h into two files, one that's included
in the normal pg_config_os.h place and one included after the system
includes?

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: MSVC build broken (again)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: vcbuild bison check