home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Info / Extras / Zlib / zlibconst.pas < prev   
Pascal/Delphi Source File  |  1999-08-11  |  198b  |  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.