15 lines
375 B
Plaintext
15 lines
375 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2005/07/26 04:12:22 tv Exp $
|
|
|
|
--- misc/unzip.h.orig 2004-07-28 13:27:22.000000000 -0400
|
|
+++ misc/unzip.h
|
|
@@ -48,6 +48,9 @@ extern "C" {
|
|
#ifndef _ZLIB_H
|
|
#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
|