ZLibConst.pas 186 B

1234567891011
  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.