summaryrefslogtreecommitdiff
path: root/emulators/hatari/patches/patch-aa
blob: e05603a66b152db6e32d62a8a1b4209402559e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.2 2004/11/19 10:09:48 adam Exp $

--- src/includes/unzip.h.orig	2003-03-30 14:39:27.000000000 +0100
+++ src/includes/unzip.h
@@ -49,6 +49,14 @@
 #ifndef _unz_H
 #define _unz_H
 
+#ifndef OF /* function prototypes */
+#  ifdef STDC
+#    define OF(args)  args
+#  else
+#    define OF(args)  ()
+#  endif
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif