]> granicus.if.org Git - curl/commitdiff
SM corrected wsock32 to ws2_32
authorDaniel Stenberg <daniel@haxx.se>
Wed, 21 Nov 2001 23:11:47 +0000 (23:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Nov 2001 23:11:47 +0000 (23:11 +0000)
docs/INSTALL

index 2e364d67411fe8491008f0c08769875d42614022..f9029910b7f801a0147cf0a179ccaabcb87a6686 100644 (file)
@@ -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.