summaryrefslogtreecommitdiff
path: root/updater/zbin/minizip/ioapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/zbin/minizip/ioapi.h')
-rw-r--r--updater/zbin/minizip/ioapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/zbin/minizip/ioapi.h b/updater/zbin/minizip/ioapi.h
index 8309c4c..3bb4d9e 100644
--- a/updater/zbin/minizip/ioapi.h
+++ b/updater/zbin/minizip/ioapi.h
@@ -56,7 +56,7 @@
#define fseeko64 _fseeki64
#else // old MSC
#define ftello64 ftell
- #define fseeko64 fseek
+ #define fseeko64(a, b, c) fseek(a, (long)b, c)
#endif
#endif
#endif