home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip531.zip / zip.h < prev    next >
C/C++ Source or Header  |  1997-04-20  |  353b  |  16 lines

  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.  
  4. #ifndef __zip_h   /* don't include more than once */
  5. #define __zip_h
  6.  
  7. #define UNZIP_INTERNAL
  8. #include "unzip.h"
  9.  
  10. #define local static
  11.  
  12. #define ZE_MEM         PK_MEM
  13. #define ziperr(c, h)   return
  14.  
  15. #endif /* !__zip_h */
  16.