summaryrefslogtreecommitdiff
path: root/games/xrick/patches/patch-aa
blob: 6bb855df5b054b0200d4b08e37da45faaff2eef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.2 2003/01/06 19:48:09 wiz Exp $

--- include/unzip.h.orig	Tue Dec 24 14:32:56 2002
+++ include/unzip.h
@@ -49,6 +49,10 @@ extern "C" {
 #include "zlib.h"
 #endif
 
+#ifndef OF
+#define OF(a)	a
+#endif
+
 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
 /* like the STRICT of WIN32, we define a pointer that cannot be converted
     from (void*) without cast */