/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
- unit ZLibConst;
- interface
- resourcestring
- sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
- sInvalidStreamOp = 'Invalid stream operation';
- implementation
- end.