]> granicus.if.org Git - postgresql/commit
Remove dependency on wsock32.lib in favor of ws2_32
authorMagnus Hagander <magnus@hagander.net>
Tue, 15 Jul 2014 12:18:39 +0000 (14:18 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 15 Jul 2014 12:18:39 +0000 (14:18 +0200)
commita16bac36eca8158cbf78987e95376f610095f792
tree560cb781a3234f68aacb6812c82c0eafc912d2f1
parentf162fb75b329bc5370b3ece59f5ef0d5ba0f15d6
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
configure
configure.in
contrib/pgcrypto/Makefile
src/interfaces/libpq/Makefile
src/interfaces/libpq/win32.c
src/interfaces/libpq/win32.mak
src/test/thread/README
src/tools/msvc/Mkvcbuild.pm