diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-21 13:01:53 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-21 13:01:53 +0000 |
commit | c12debcb441a2078c30372ba77cfcf6bdb219bfd (patch) | |
tree | 83e95a90d743fc94751de2a4ddb2a9b33d645855 /updater/zbin/minizip/ioapi.h | |
parent | 00a1cef967087b7c85b9ef39b63ba0662fa13080 (diff) |
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
Diffstat (limited to 'updater/zbin/minizip/ioapi.h')
-rw-r--r-- | updater/zbin/minizip/ioapi.h | 2 |
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 |