restore comment

This commit is contained in:
Christopher Faylor 2005-03-03 15:12:50 +00:00
parent 3aeffaadc7
commit 7c8d92d7a6
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ wsock_init ()
{
int (*wsastartup) (int, WSADATA *);
/* Don't use autoload to load WSAStartup to eliminate recursion. */
wsastartup = (int (*)(int, WSADATA *))
GetProcAddress ((HMODULE) (dll->handle), "WSAStartup");
if (wsastartup)