summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/FileMonitor.cpp
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2010-12-04 03:50:55 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2010-12-04 03:50:55 +0000
commite70e6236248aebe8740a3369e613d07f351c9546 (patch)
treefcbfedcf5f06064ab1fdc721f89ad5552924feb1 /Source/Core/DiscIO/Src/FileMonitor.cpp
parent97e3a3ea6fda441b2b342f795aa0afd9de2d8e14 (diff)
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
Diffstat (limited to 'Source/Core/DiscIO/Src/FileMonitor.cpp')
0 files changed, 0 insertions, 0 deletions