summaryrefslogtreecommitdiff
path: root/chat/psi/patches/patch-ad
blob: 75d1cdf8e0d8aa810cc744a56be55603d1941770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ad,v 1.3 2006/01/23 17:05:02 xtraeme Exp $

--- src/tools/zip/minizip/unzip.h.orig	2006-01-23 16:41:21.000000000 +0100
+++ src/tools/zip/minizip/unzip.h	2006-01-23 16:41:41.000000000 +0100
@@ -49,6 +49,15 @@
 #include "zlib.h"
 #endif
 
+#ifndef OF
+#  ifdef STDC
+#    define OF(x)      x
+#  else
+#    define OF(x)
+#  endif
+#endif
+
+
 #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
 /* like the STRICT of WIN32, we define a pointer that cannot be converted
     from (void*) without cast */