summaryrefslogtreecommitdiff
path: root/emulators/gens/patches/patch-ai
blob: cfdfaa171b4794b01fd72cf0ab1c8a20c5825a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)