pgsql: Work around header misdefines in modern Windows SDK when _WIN32_ - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Work around header misdefines in modern Windows SDK when _WIN32_
Date
Msg-id E1Pa8Ju-0002S4-29@gemulon.postgresql.org
Whole thread Raw
List 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_3_STABLE

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

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Work around header misdefines in modern Windows SDK when _WIN32_
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Work around header misdefines in modern Windows SDK when _WIN32_