replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles

This commit is contained in:
Ruslan Gazizov
2010-04-20 16:30:10 +02:00
committed by Yang Tse
parent 7af5e3c39e
commit 2164b6b463
5 changed files with 16 additions and 12 deletions

View File

@@ -6,6 +6,11 @@
Changelog
Yang Tse (20 Apr 2010)
- Ruslan Gazizov detected that MSVC makefiles were using wsock32.lib instead
of ws2_32.lib, this generated linking issues on MSVC IPv6 enabled builds
that were done using those makefiles.
Daniel Stenberg (19 Apr 2010)
- -J/--remote-header-name didn't strip trailing carriage returns or linefeeds
properly, so they could be used in the file name.