pgsql: Remove dependency on wsock32.lib in favor of ws2_32

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove dependency on wsock32.lib in favor of ws2_32
Date: 2014-07-15 12:20:26
Message-ID: E1X71ic-0002SO-Eb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dependency on wsock32.lib in favor of ws2_32

ws2_32 is the new version of the library that should be used, as
it contains the require functionality from wsock32 as well as some
more (which is why some binaries were already using ws2_32).

Michael Paquier, reviewed by MauMau

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a16bac36eca8158cbf78987e95376f610095f792

Modified Files
--------------
configure | 2 +-
configure.in | 2 +-
contrib/pgcrypto/Makefile | 2 +-
src/interfaces/libpq/Makefile | 2 +-
src/interfaces/libpq/win32.c | 3 ---
src/interfaces/libpq/win32.mak | 2 +-
src/test/thread/README | 2 +-
src/tools/msvc/Mkvcbuild.pm | 13 +++++--------
8 files changed, 11 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-07-15 12:40:04 pgsql: Add missing serial commas
Previous Message Tom Lane 2014-07-15 05:32:21 Re: pgsql: Move view reloptions into their own varlena struct