Sleds/libeye/zlib/contrib/delphi/ZLibConst.pas

12 lines
186 B
ObjectPascal
Raw Permalink Normal View History

2025-03-13 21:28:38 +00:00
unit ZLibConst;
interface
resourcestring
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
sInvalidStreamOp = 'Invalid stream operation';
implementation
end.