Import zlib from GCC

This commit is contained in:
H.J. Lu
2015-03-13 10:40:33 -07:00
parent b19a8f8545
commit 5ca28f7928
240 changed files with 81665 additions and 0 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.