home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip52.zip / zip.h < prev    next >
C/C++ Source or Header  |  1996-01-06  |  469b  |  22 lines

  1. /* This is a dummy zip.h to allow crypt.c from Zip to compile for UnZip */
  2.  
  3. #ifndef __zip_h   /* don't include more than once */
  4. #define __zip_h
  5.  
  6. #define UNZIP_INTERNAL
  7. #include "unzip.h"
  8.  
  9. #define decrypt_member decrypt  /* for compatibility with zcrypt20 */
  10. #define local static
  11.  
  12. #if defined(REENTRANT) && defined(DYNALLOC_CRCTAB)
  13. #  undef DYNALLOC_CRCTAB
  14. #endif
  15. #define ziperr(c, h)   return
  16.  
  17. #ifdef MSWIN
  18. #  include "wingui\password.h"
  19. #endif
  20.  
  21. #endif /* !__zip_h */
  22.