From 717fe22563cbeac45afd878be3a09bb3537addfc Mon Sep 17 00:00:00 2001 From: rootavish Date: Tue, 12 Aug 2014 06:56:32 +0530 Subject: Modified ioapi.h for missing macro --- backend/epub/minizip/ioapi.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'backend') diff --git a/backend/epub/minizip/ioapi.h b/backend/epub/minizip/ioapi.h index 8dcbdb06..9c137e83 100644 --- a/backend/epub/minizip/ioapi.h +++ b/backend/epub/minizip/ioapi.h @@ -19,7 +19,7 @@ */ #ifndef _ZLIBIOAPI64_H -#define _ZLIBIOAPI64_H +#define _ZLIBIOAPI64_H #if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__)) @@ -102,7 +102,9 @@ typedef unsigned long long int ZPOS64_T; #endif #endif - +#ifndef OF +#define OF _Z_OF +#endif #ifdef __cplusplus extern "C" { -- cgit v1.2.1