Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the
authorMagnus Hagander <magnus@hagander.net>
Thu, 8 Mar 2007 19:27:48 +0000 (19:27 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 8 Mar 2007 19:27:48 +0000 (19:27 +0000)
commit5ea7b175f6e123d604e3cb11303f0dcf194a7b9b
tree8503cb8182c135a5729bd5903490aafdb13a4009
parent8e010acb0d5f12cc49e40ba1f5f92e3692a3932f
Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the
inline cleanup call around so it will be called in the right order, and
be called on errors.

Per report from Tokuharu Yuzawa.
src/interfaces/libpq/bcc32.mak
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/libpqdll.c [deleted file]
src/interfaces/libpq/win32.mak