Fossil

ZLibConst.pas at [5c49ab3c7a]
Login

ZLibConst.pas at [5c49ab3c7a]

File compat/zlib/contrib/delphi/ZLibConst.pas artifact e0ff4d3c14 part of check-in 5c49ab3c7a


unit ZLibConst;

interface

resourcestring
  sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
  sInvalidStreamOp = 'Invalid stream operation';

implementation

end.