]> git.saurik.com Git - wxWidgets.git/blame - utils/Install/inczip/zip.h
Version updates, manual date change, no change to dragimmg.cpp
[wxWidgets.git] / utils / Install / inczip / zip.h
CommitLineData
f6bcfd97
BP
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 */