This repository has been archived on 2022-08-10. You can view files and clone it, but cannot push or open issues or pull requests.
chez-openbsd/zlib/contrib/delphi/ZLibConst.pas
2022-07-29 15:12:07 +02:00

12 lines
186 B
ObjectPascal

unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.