From c12debcb441a2078c30372ba77cfcf6bdb219bfd Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Wed, 21 Apr 2010 13:01:53 +0000 Subject: Added beta indication when update More performance improvements git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@509 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/zbin/minizip/ioapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater/zbin/minizip/ioapi.h') 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 -- cgit v1.2.3