Fix building with Gentoo's patched zlib.

This commit is contained in:
Matthias Treydte 2013-09-17 21:52:08 +02:00
parent f19247957d
commit 56d53004d5

View file

@ -24,10 +24,10 @@
#ifndef _ZLIBIOAPI64_H
#define _ZLIBIOAPI64_H
// DG: Gentoo renamed zlibs OF to _Z_OF for some reason..
// as we use OF, just define it as _Z_OF in that case
#ifdef _Z_OF
#define OF _Z_OF
// fixes Gentoo zlib problems, see
// https://bugs.gentoo.org/show_bug.cgi?id=383179
#ifndef OF
#define OF(x) x
#endif
#if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__))