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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Work around header misdefines in modern Windows SDK when _WIN32_
Date: 2011-01-04 14:58:24
Message-ID: E1Pa8LA-0002SX-Ig@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-01-04 21:07:48 pgsql: Allow older branches to be built with Visual Studio 2008. This i
Previous Message Andrew Dunstan 2011-01-04 14:57:06 pgsql: Work around header misdefines in modern Windows SDK when _WIN32_