summaryrefslogtreecommitdiff
path: root/print/scribus/patches/patch-ah
blob: d5aac5d3c5cd7fce9dcb77f84711d1259806d93e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.1 2005/03/31 19:15:23 drochner Exp $

--- ./scribus/plugins/fileloader/oodraw/ioapi.h.orig	2005-03-10 17:45:41.000000000 +0100
+++ ./scribus/plugins/fileloader/oodraw/ioapi.h
@@ -35,6 +35,7 @@
 extern "C" {
 #endif
 
+#define OF(x) x
 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
 typedef uLong  (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
 typedef uLong  (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));