/StormLib/stormlib/zlib/contrib/delphi/ZLibConst.pas

http://ghostcb.googlecode.com/ · Pascal · 11 lines · 7 code · 4 blank · 0 comment · 0 complexity · b02c46423595bd6358de3b7c5a148a88 MD5 · raw file

  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.