mirror of https://github.com/snes9xgit/snes9x.git
Fix compiling on Gentoo Linux due to use of non-public API.
This commit is contained in:
parent
44c007bf42
commit
0a6e869d33
|
@ -21,6 +21,9 @@
|
||||||
#define ZLIB_FILEFUNC_MODE_EXISTING (4)
|
#define ZLIB_FILEFUNC_MODE_EXISTING (4)
|
||||||
#define ZLIB_FILEFUNC_MODE_CREATE (8)
|
#define ZLIB_FILEFUNC_MODE_CREATE (8)
|
||||||
|
|
||||||
|
#ifndef OF
|
||||||
|
#define OF(x) x
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef ZCALLBACK
|
#ifndef ZCALLBACK
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue