summaryrefslogtreecommitdiff
path: root/emulators/gens/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/gens/patches/patch-ai')
-rw-r--r--emulators/gens/patches/patch-ai15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/gens/patches/patch-ai b/emulators/gens/patches/patch-ai
new file mode 100644
index 00000000000..cfdfaa171b4
--- /dev/null
+++ b/emulators/gens/patches/patch-ai
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1.1.1 2004/07/26 18:23:25 dillo Exp $
+
+--- src/gens/util/unzip.h.orig 2004-03-14 15:33:14.000000000 +0100
++++ src/gens/util/unzip.h
+@@ -59,6 +59,10 @@ typedef voidp unzFile;
+ #endif
+
+
++#ifndef OF
++# define OF(args) args
++#endif
++
+ #define UNZ_OK (0)
+ #define UNZ_END_OF_LIST_OF_FILE (-100)
+ #define UNZ_ERRNO (Z_ERRNO)