]> git.saurik.com Git - wxWidgets.git/blob - utils/Install/inczip/zip.h
Initial revision
[wxWidgets.git] / utils / Install / inczip / zip.h
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 */