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)
commit76ccea1428e11bdbaf60fe1e4ce838fa271953bc
treedccdcdaff17b0b20b26e1bc6249bc0d39784bc32
parent8cedf54b2c81f20caf3e8fae1e452d2592093e6d
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