Rebase the zlib sources to the 1.2.12 release

This commit is contained in:
Nick Clifton
2022-04-12 16:24:10 +01:00
parent 63e0ee15a3
commit 8e6b353660
82 changed files with 12518 additions and 1982 deletions

View File

@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
const OutBuf: Pointer; BufSize: Integer);
const
zlib_version = '1.2.11';
zlib_version = '1.2.12';
type
EZlibError = class(Exception);