diff options
author | Christopher Faylor <me@cgf.cx> | 2005-03-03 15:12:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-03-03 15:12:50 +0000 |
commit | 7c8d92d7a61f3989eeb9cdaaa070d30453e347f8 (patch) | |
tree | 597a55f02b95156faae7be2953fc44bf86ba6623 | |
parent | 3aeffaadc76a34395e2e238130f7af0357862f61 (diff) | |
download | cygnal-7c8d92d7a61f3989eeb9cdaaa070d30453e347f8.tar.gz cygnal-7c8d92d7a61f3989eeb9cdaaa070d30453e347f8.tar.bz2 cygnal-7c8d92d7a61f3989eeb9cdaaa070d30453e347f8.zip |
restore comment
-rw-r--r-- | winsup/cygwin/autoload.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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) |