summaryrefslogtreecommitdiff
path: root/emulators/zsnes/patches/patch-ac
blob: b9797320a791b954fb3e6cb89df269059986d9c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.1.1.1 2001/10/06 20:00:42 wiz Exp $

--- zip/unzip.h.orig	Wed Apr 18 04:12:26 2001
+++ zip/unzip.h
@@ -49,6 +49,10 @@
 #include "zlib.h"
 #endif
 
+#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 */