summaryrefslogtreecommitdiff
path: root/emulators/vba/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vba/patches/patch-aa')
-rw-r--r--emulators/vba/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/vba/patches/patch-aa b/emulators/vba/patches/patch-aa
new file mode 100644
index 00000000000..83037172ec7
--- /dev/null
+++ b/emulators/vba/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/03 23:34:46 xtraeme Exp $
+
+--- src/unzip.h.orig Sun Oct 20 06:03:12 2002
++++ src/unzip.h Mon Jun 30 23:45:30 2003
+@@ -67,6 +67,15 @@
+ #include "zlib.h"
+ #endif
+
++// nasty stuff taken from win32/include/zlib/zconf.h to make this compile
++#ifndef OF /* function prototypes */
++# ifdef STDC
++# define OF(args) args
++# else
++# define OF(args) ()
++# endif
++#endif
++
+ #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
+ /* like the STRICT of WIN32, we define a pointer that cannot be converted
+ from (void*) without cast */