From 7c8d92d7a61f3989eeb9cdaaa070d30453e347f8 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 3 Mar 2005 15:12:50 +0000 Subject: restore comment --- winsup/cygwin/autoload.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index aef122a2f..482820424 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -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) -- cgit v1.2.3