restore comment
This commit is contained in:
parent
3aeffaadc7
commit
7c8d92d7a6
|
@ -263,6 +263,7 @@ wsock_init ()
|
||||||
{
|
{
|
||||||
int (*wsastartup) (int, WSADATA *);
|
int (*wsastartup) (int, WSADATA *);
|
||||||
|
|
||||||
|
/* Don't use autoload to load WSAStartup to eliminate recursion. */
|
||||||
wsastartup = (int (*)(int, WSADATA *))
|
wsastartup = (int (*)(int, WSADATA *))
|
||||||
GetProcAddress ((HMODULE) (dll->handle), "WSAStartup");
|
GetProcAddress ((HMODULE) (dll->handle), "WSAStartup");
|
||||||
if (wsastartup)
|
if (wsastartup)
|
||||||
|
|
Loading…
Reference in New Issue