pull/1663/head
Kim Kulling 2017-12-28 14:52:41 +01:00
parent f8eeaf176a
commit 6a9df80f68
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ extern "C" {
the consistency of the compressed data, so the library should never crash
even in the case of corrupted input.
*/
#ifdef __ANDROID__
using zcrc_t = unsigned_long;
#endif
typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
typedef void (*free_func) OF((voidpf opaque, voidpf address));