2013-09-26 17:14:40 +02:00

16 lines
386 B
Plaintext

$NetBSD: patch-ad,v 1.1.1.1 2004/07/19 20:29:37 wiz Exp $
--- unzip.h.orig 2001-04-11 22:23:10.000000000 +0200
+++ 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 */