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

压缩解压

开发平台:

MultiPlatform

  1. /*
  2.    crypt.h (dummy version) by Info-ZIP.      Last revised: 15 Aug 98
  3.    This is a non-functional version of Info-ZIP's crypt.h encryption/
  4.    decryption header file for Zip, ZipCloak, UnZip and fUnZip.  This
  5.    file is not copyrighted and may be distributed without restriction.
  6.    See the "WHERE" file for sites from which to obtain the full crypt
  7.    sources (zcrypt28.zip or later).
  8.  */
  9. #ifndef __crypt_h   /* don't include more than once */
  10. #define __crypt_h
  11. #ifdef CRYPT
  12. #  undef CRYPT
  13. #endif
  14. #define CRYPT  0    /* dummy version */
  15. #define zencode
  16. #define zdecode
  17. #define zfwrite  fwrite
  18. #endif /* !__crypt_h */