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