home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INFO / Extras / Zlib / ZLibConst.pas < prev   
Encoding:
Pascal/Delphi Source File  |  2001-05-22  |  198 b   |  12 lines

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