diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2001-11-21 23:11:47 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2001-11-21 23:11:47 +0000 | 
| commit | b342fbdcdaa94465eca4f7cfcb681c904ea280f7 (patch) | |
| tree | ddef8dfc3a667194f1370edb5dfbdb7f97e0b761 /docs/INSTALL | |
| parent | d1ea596f88ff9da57d5bb27fb24e774808d94a3a (diff) | |
SM corrected wsock32 to ws2_32
Diffstat (limited to 'docs/INSTALL')
| -rw-r--r-- | docs/INSTALL | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/INSTALL b/docs/INSTALL index 2e364d674..f9029910b 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. | 
