zlib: define _Z_OF
This commit is contained in:
parent
75c649d807
commit
af7569da8c
|
@ -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