repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
emulators
/
zsnes
/
patches
/
patch-ae
blob
cd9e2706aafd6fe7b2c9fd98432c4f9d9b010d38
1
$NetBSD$
2
3
--- zip/zunzip.h.orig 2005-01-20 01:37:57.000000000 +0100
4
+++ zip/zunzip.h 2005-01-20 01:38:09.000000000 +0100
5
@@ -41,6 +41,10 @@
6
#ifndef _unz_H
7
#define _unz_H
8
9
+#ifndef OF
10
+# define OF(args) args
11
+#endif
12
+
13
#ifdef __cplusplus
14
extern "C" {
15
#endif