summaryrefslogtreecommitdiff
path: root/emulators/zsnes/patches/patch-ac
blob: 111c1d11f80773d17643eea1aa536888c9433458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.2 2002/08/31 00:15:41 wiz Exp $

--- zip/unzip.h.orig	Thu May 23 02:03:08 2002
+++ zip/unzip.h
@@ -47,6 +47,10 @@ extern "C" {
 
 #include <zlib.h>
 
+#ifndef OF
+# define OF(args)	args
+#endif
+
 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
 /* like the STRICT of WIN32, we define a pointer that cannot be converted
     from (void*) without cast */