Update zlib to 1.2.11.

This commit is contained in:
Alex Szpakowski
2019-06-02 01:37:50 -03:00
parent 638b67dab3
commit fdc98187b8
261 changed files with 9523 additions and 2163 deletions
@@ -0,0 +1,11 @@
unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.