ZLibConst.pas
上传用户:shengde
上传日期:2021-02-21
资源大小:638k
文件大小:0k
源码类别:

压缩解压

开发平台:

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.