From: Daniel Stenberg Date: Wed, 21 Nov 2001 23:11:47 +0000 (+0000) Subject: SM corrected wsock32 to ws2_32 X-Git-Tag: curl-7_9_2~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b342fbdcdaa94465eca4f7cfcb681c904ea280f7;p=thirdparty%2Fcurl.git SM corrected wsock32 to ws2_32 --- diff --git a/docs/INSTALL b/docs/INSTALL index 2e364d6741..f9029910b7 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -177,9 +177,9 @@ Win32 Make the sources in the src/ drawer be a "win32 console application" project. Name it curl. - With VC++, add 'wsock32.lib' to the link libs when you build curl! - Borland seems to do that itself magically. Of course you have to - make sure it links with the libcurl too! + With VC++, add 'ws2_32.lib' to the link libs when you build curl! + Borland seems to do that itself magically. Of course you have to make + sure it links with the libcurl too! For VC++ 6, there's an included Makefile.vc6 that should be possible to use out-of-the-box.