zlib: import zlib-1.3.1 [PR32933]

As done just now on the GCC side in r16-2677-g7a79219383c83c,
import zlib-1.3.1.
This commit is contained in:
Sam James
2025-07-31 14:38:09 +01:00
parent 3ac83564eb
commit 8a6f3a0462
145 changed files with 7053 additions and 4414 deletions

View File

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