dolphin/Source/Core/DolphinWX
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
..
Src Second attempt at issue 3458. Fixes issue 3458. 2010-12-04 03:50:55 +00:00
resources Hg: 2010-06-09 01:37:08 +00:00
CMakeLists.txt Fix a typo in the last revision. 2010-11-30 14:25:15 +00:00
DolphinWX.rc Hg: 2010-06-09 01:37:08 +00:00
DolphinWX.vcproj Cleaned up NetPlay a bit, fixed some UI text. 2010-11-16 01:55:29 +00:00
DolphinWX.vcproj.user Meta: 2010-06-02 18:00:22 +00:00
resource.h set svn:eol-style=native for **.h 2008-12-08 04:46:09 +00:00