1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05: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
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.