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

16 lines
400 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2004/12/26 18:53:31 wiz Exp $
--- files/zip/zip.h.orig 2003-09-20 17:02:02.000000000 +0200
+++ files/zip/zip.h
@@ -58,6 +58,10 @@ extern "C" {
#include "zlib.h"
#endif
+#ifndef OF
+#define OF(x) x
+#endif
+
#if defined(STRICTZIP) || defined(STRICTZIPUNZIP)
/* like the STRICT of WIN32, we define a pointer that cannot be converted
from (void*) without cast */