Merge pull request #2066 from stefan-gr/master
[Gentoo] deps/zlib/ioapi.h define _Z_OF
This commit is contained in:
commit
8b243d419c
|
@ -61,6 +61,16 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef _Z_OF
|
||||
#undef OF
|
||||
#define OF _Z_OF
|
||||
#else
|
||||
#ifndef OF
|
||||
#define _Z_OF(args) args
|
||||
#define OF _Z_OF
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifndef ZPOS64_T
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in New Issue