upgrade zlib to 1.3.1

This commit is contained in:
AzaezelX 2025-10-05 14:16:49 -05:00
parent ed717abaf7
commit 8a54622bd7
202 changed files with 55552 additions and 4014 deletions

View file

@ -0,0 +1,11 @@
unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.