Add a missing define for minizip, needed on some installations of zlib
This commit is contained in:
parent
a2e7c92f99
commit
0e6934abe5
@ -9,6 +9,11 @@
|
||||
#ifndef _ZLIBIOAPI_H
|
||||
#define _ZLIBIOAPI_H
|
||||
|
||||
// Needed for some zlib installations:
|
||||
#ifndef OF
|
||||
#define OF(x) x
|
||||
#endif
|
||||
|
||||
|
||||
#define ZLIB_FILEFUNC_SEEK_CUR (1)
|
||||
#define ZLIB_FILEFUNC_SEEK_END (2)
|
||||
|
Loading…
Reference in New Issue
Block a user