dolphin/Source/Core/AudioCommon/Src
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
..
aldlist.cpp
aldlist.h
AlsaSoundStream.cpp
AlsaSoundStream.h
AOSoundStream.cpp
AOSoundStream.h
AudioCommon.cpp
AudioCommon.h
AudioCommonConfig.cpp DSPHLE: Added an option for 48khz output and supporting upsampling code. 2010-11-12 03:39:07 +00:00
AudioCommonConfig.h DSPHLE: Added an option for 48khz output and supporting upsampling code. 2010-11-12 03:39:07 +00:00
CoreAudioSoundStream.cpp
CoreAudioSoundStream.h
DSoundStream.cpp
DSoundStream.h
Mixer.cpp Several little things. 2010-11-12 05:05:27 +00:00
Mixer.h DSPHLE: Added an option for 48khz output and supporting upsampling code. 2010-11-12 03:39:07 +00:00
NullSoundStream.cpp Some compiler warnings and eol-style. 2010-11-14 23:56:26 +00:00
NullSoundStream.h Some compiler warnings and eol-style. 2010-11-14 23:56:26 +00:00
OpenALStream.cpp
OpenALStream.h
PulseAudioStream.cpp
PulseAudioStream.h
SConscript Clean up OS X wx library handling a bit. 2010-11-14 06:02:44 +00:00
SoundStream.h
WaveFile.cpp Second attempt at issue 3458. Fixes issue 3458. 2010-12-04 03:50:55 +00:00
WaveFile.h
XAudio2Stream.cpp Some compiler warnings and eol-style. 2010-11-14 23:56:26 +00:00
XAudio2Stream.h Some compiler warnings and eol-style. 2010-11-14 23:56:26 +00:00