mirror of
https://github.com/curl/curl.git
synced 2026-08-05 06:56:18 +03:00
Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointed
out a problem in curl.h when building C++ apps with MSVC. To fix it, the inclusion of header files in curl.h is moved outside of the C++ extern "C" linkage block.
This commit is contained in:
parent
66e4d391d3
commit
775b60fa09
3 changed files with 44 additions and 37 deletions
|
|
@ -17,6 +17,7 @@ This release includes the following bugfixes:
|
|||
o curl-config --features and --protocols show the correct output when built
|
||||
with NSS, and also when SCP, SFTP and libz are not available
|
||||
o free problem in the curl tool for users with empty home dir
|
||||
o curl.h version 7.17.1 problem when building C++ apps with MSVC
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue