zlib fix for the help text, stroll usage on mingw/djgpp

This commit is contained in:
Daniel Stenberg 2004-01-22 14:35:06 +00:00
parent ad7e26b140
commit e4c5653035
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
Changelog
Daniel(22 January 2004)
- Gisle Vanem made strtoll() get used when curl is built with the mingw
compiler.
- Gisle Vanem fixed the compressed help text code to display properly.
- Removed the '#define HttpPost' from the public header file, as curl_httppost
is the proper name and it has been for quite some time now. Fixes another
name space pollution.