Fix compiling on Gentoo Linux due to use of non-public API.

This commit is contained in:
Brandon Wright 2012-07-19 22:21:31 -05:00
parent 44c007bf42
commit 0a6e869d33
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
#define ZLIB_FILEFUNC_MODE_EXISTING (4)
#define ZLIB_FILEFUNC_MODE_CREATE (8)
#ifndef OF
#define OF(x) x
#endif
#ifndef ZCALLBACK