summaryrefslogtreecommitdiff
path: root/emulators/zsnes/patches/patch-ae
blob: a745ccc48c2db5deb50a0d9e8d37796db54e88f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.1 2005/01/20 00:43:15 xtraeme Exp $

--- zip/zunzip.h.orig	2005-01-20 01:37:57.000000000 +0100
+++ zip/zunzip.h	2005-01-20 01:38:09.000000000 +0100
@@ -41,6 +41,10 @@
 #ifndef _unz_H
 #define _unz_H
 
+#ifndef OF
+# define OF(args)      args
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif