]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/Install/inczip/zip.h
Removing Install
[wxWidgets.git] / utils / Install / inczip / zip.h
diff --git a/utils/Install/inczip/zip.h b/utils/Install/inczip/zip.h
deleted file mode 100644 (file)
index 5c07946..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* 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 */