r17867 by jghali - #11161 related: fix compilation of ioapi.c and some other files prevented by patching of zlib headers in gentoo
scribus-commit
scribus-commit at lists.scribus.net
Sat Nov 10 14:50:34 UTC 2012
Author: jghali
Date: Sat Nov 10 14:50:34 2012
New Revision: 17867
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17867
Log:
#11161 related: fix compilation of ioapi.c and some other files prevented by patching of zlib headers in gentoo
Modified:
branches/Version14x/Scribus/scribus/ioapi.h
Modified: branches/Version14x/Scribus/scribus/ioapi.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17867&path=/branches/Version14x/Scribus/scribus/ioapi.h
==============================================================================
--- branches/Version14x/Scribus/scribus/ioapi.h (original)
+++ branches/Version14x/Scribus/scribus/ioapi.h Sat Nov 10 14:50:34 2012
@@ -36,6 +36,14 @@
#define ZCALLBACK CALLBACK
#else
#define ZCALLBACK
+#endif
+#endif
+
+#ifndef OF
+#ifdef _Z_OF
+ #define OF(args) _Z_OF(args)
+#else
+ #define OF(args) args
#endif
#endif
More information about the scribus-commit
mailing list