Add a missing define for minizip, needed on some installations of zlib

This commit is contained in:
Christian Schmitt 2013-03-03 23:35:43 +01:00
parent a2e7c92f99
commit 0e6934abe5

View File

@ -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)