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:
Yang Tse
2007-11-06 17:18:27 +00:00
parent 66e4d391d3
commit 775b60fa09
3 changed files with 44 additions and 37 deletions

View File

@@ -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: