Use standard C file i/o in PlainFileReader instead of Windows' functions. Fix a memle...
commitfc1cf01eec79b116667c0c706481cc6d49cff244
authorgodisgovernment <godisgovernment@8ced0084-cf51-0410-be5f-012b33b47a6e>
Mon, 8 Feb 2010 22:22:20 +0000 (8 22:22 +0000)
committergodisgovernment <godisgovernment@8ced0084-cf51-0410-be5f-012b33b47a6e>
Mon, 8 Feb 2010 22:22:20 +0000 (8 22:22 +0000)
treeac5ae7ed32f2ae9952d32461b10dc577c345092f
parentcccd7421f71115ffd76d5b26117ad70754b640ad
Use standard C file i/o in PlainFileReader instead of Windows' functions. Fix a memleak in CompressedBlob and VolumeDirectory. Thanks to baby.lueshi for finding the File i/o issue :)

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5031 8ced0084-cf51-0410-be5f-012b33b47a6e
Source/Core/DiscIO/Src/CompressedBlob.cpp
Source/Core/DiscIO/Src/FileBlob.cpp
Source/Core/DiscIO/Src/FileBlob.h
Source/Core/DiscIO/Src/VolumeDirectory.cpp