summaryrefslogtreecommitdiff
path: root/emulators/Cygne-SDL/patches/patch-ad
blob: fce8d7d4b0219f898ac2c9c01bc72c19e5f1741b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.1.1.1 2004/07/23 19:01:41 wiz Exp $

--- zlib/unzip.h.orig	2002-03-21 19:42:46.000000000 +0100
+++ zlib/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 */