]> granicus.if.org Git - postgresql/commit
Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the
authorMagnus Hagander <magnus@hagander.net>
Thu, 8 Mar 2007 19:27:28 +0000 (19:27 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 8 Mar 2007 19:27:28 +0000 (19:27 +0000)
commitc0aa50630be8d73b0c05c7b283adfc11598bb863
treeba083eb9a732a00dbe86050f024271c2aa06e843
parent2825337232afa1fe2d6de30d163d93beb0177e67
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