zip.h
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:0k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. /* This is a dummy zip.h to allow the source files shared with Zip (crypt.c,
  2.    crc32.c, crctab.c, ttyio.c) to compile for UnZip.  */
  3. #ifndef __zip_h   /* don't include more than once */
  4. #define __zip_h
  5. #define UNZIP_INTERNAL
  6. #include "unzip.h"
  7. #define local static
  8. #define ZE_MEM         PK_MEM
  9. #define ziperr(c, h)   return
  10. #endif /* !__zip_h */