diff options
author | Ruslan Gazizov <ruslan_ufa@rambler.ru> | 2010-04-20 16:30:10 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-04-20 16:30:10 +0200 |
commit | 2164b6b463447be71ba0f0f3a7c432a963f745f9 (patch) | |
tree | 144194bcbf0ba58399d929c19f6b9b90a7972039 /CHANGES | |
parent | 7af5e3c39e7399f3a1c2576b575c8aa8781d9f2b (diff) | |
download | curl-2164b6b463447be71ba0f0f3a7c432a963f745f9.tar.gz |
replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |