summarylogtreecommitdiffstats
path: root/minizip-use-largefile-source.patch
blob: 61228326b9bc018845919e6b597a322d1e59c657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/ioapi.c b/ioapi.c
index 63063d3..ff418c1 100755
--- a/ioapi.c
+++ b/ioapi.c
@@ -11,6 +11,10 @@
    See the accompanying LICENSE file for the full text of the license.
 */
 
+#define fopen64 fopen
+#define ftello64 ftello
+#define fseeko64 fseeko
+
 #include <stdlib.h>
 #include <string.h>