1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 15:50:48 -04:00

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

View File

@ -7,6 +7,11 @@
Changelog Changelog
Daniel(22 January 2004) 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 - 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 is the proper name and it has been for quite some time now. Fixes another
name space pollution. name space pollution.