Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move the

Magnus Hagander <magnus@hagander.net>

Commit: c0aa50630be8d73b0c05c7b283adfc11598bb863
Author: Magnus Hagander <magnus@hagander.net>
Date: 2007-03-08T19:27:28Z
Releases: 8.3.0
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.

Files