ZLibConst.pas 186 B

123456789101112
  1. unit ZLibConst;
  2. interface
  3. resourcestring
  4. sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
  5. sInvalidStreamOp = 'Invalid stream operation';
  6. implementation
  7. end.