summaryrefslogtreecommitdiff
path: root/games/exult/patches/patch-aa
blob: 567cb4915d56cdc81bf57178d399035c79a5ad0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.1.1.1 2004/12/26 18:53:31 wiz Exp $

--- files/zip/unzip.h.orig	2003-09-20 17:02:02.000000000 +0200
+++ files/zip/unzip.h
@@ -54,6 +54,10 @@ extern "C" {
 #include "zlib.h"
 #endif
 
+#ifndef OF
+#define OF(x)	x
+#endif
+
 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
 /* like the STRICT of WIN32, we define a pointer that cannot be converted
     from (void*) without cast */