]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/Install/inczip/zip.h
merged 2.2 branch
[wxWidgets.git] / utils / Install / inczip / zip.h
diff --git a/utils/Install/inczip/zip.h b/utils/Install/inczip/zip.h
new file mode 100644 (file)
index 0000000..5c07946
--- /dev/null
@@ -0,0 +1,15 @@
+/* This is a dummy zip.h to allow the source files shared with Zip (crypt.c,
+   crc32.c, crctab.c, ttyio.c) to compile for UnZip.  */
+
+#ifndef __zip_h   /* don't include more than once */
+#define __zip_h
+
+#define UNZIP_INTERNAL
+#include "unzip.h"
+
+#define local static
+
+#define ZE_MEM         PK_MEM
+#define ziperr(c, h)   return
+
+#endif /* !__zip_h */