ZLibConst.pas
Upload User: shengde
Upload Date: 2021-02-21
Package Size: 638k
Code Size: 0k
Development Platform:

Visual C++

  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.