pgsql: Work around header misdefines in modern Windows SDK when _WIN32_

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Work around header misdefines in modern Windows SDK when _WIN32_
Дата
Msg-id E1Pa87H-0002FH-D7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less than 0x0501. Only required for versions
8.2,8.3 and 8.4., as we defined _WIN32_WINNT as 0x0501 after that. 

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=1d1a43422252576e9a7fa07d8dbfea9c724aa75b

Modified Files
--------------
src/backend/libpq/pqcomm.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: pgsql: Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATIO
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Work around header misdefines in modern Windows SDK when _WIN32_