Remove dependency on wsock32.lib in favor of ws2_32

Magnus Hagander <magnus@hagander.net>

Commit: a16bac36eca8158cbf78987e95376f610095f792
Author: Magnus Hagander <magnus@hagander.net>
Date: 2014-07-15T12:18:39Z
Releases: 9.5.0
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

Files

PathChange+/−
configure modified +1 −1
configure.in modified +1 −1
contrib/pgcrypto/Makefile modified +1 −1
src/interfaces/libpq/Makefile modified +1 −1
src/interfaces/libpq/win32.c modified +0 −3
src/interfaces/libpq/win32.mak modified +1 −1
src/test/thread/README modified +1 −1
src/tools/msvc/Mkvcbuild.pm modified +5 −8