diff --git a/dep/minizip/include/ioapi.h b/dep/minizip/include/ioapi.h index 8dcbdb06e..3d7c5e37f 100644 --- a/dep/minizip/include/ioapi.h +++ b/dep/minizip/include/ioapi.h @@ -21,7 +21,7 @@ #ifndef _ZLIBIOAPI64_H #define _ZLIBIOAPI64_H -#if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__)) +#if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__)) && !(defined(__ANDROID__)) // Linux needs this to support file operation on files larger then 4+GB // But might need better if/def to select just the platforms that needs them.