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

Magnus Hagander <magnus@hagander.net>

Commit: 5ea7b175f6e123d604e3cb11303f0dcf194a7b9b
Author: Magnus Hagander <magnus@hagander.net>
Date: 2007-03-08T19:27:48Z
Releases: 8.2.4
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