Shawn Hoffman e70e623624 Second attempt at issue 3458. Fixes issue 3458.
Replaces all occurrences of ftell and fseek with ftello and fseeko, respectively. This matters on non-win32 where only these names are altered by the _FILE_OFFSET_BITS define. Win32 still just maps the funcs to ftelli64/fseeki64.
Also add some File::GetSize I had skipped in my last commit.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6515 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-04 03:50:55 +00:00
..
2010-05-02 21:12:51 +00:00
2010-04-08 16:59:35 +00:00
2010-11-13 00:10:00 +00:00
2010-10-12 20:14:09 +00:00
2010-06-09 21:19:23 +00:00
2010-05-23 08:41:58 +00:00
2010-05-28 23:14:16 +00:00
2010-01-21 19:55:01 +00:00