dolphin/Source/Core/Common
Soren Jorvang 738e5e55ee Cast size_t to unsigned long for printf to deal with (32-bit)
systems where size_t is typedef int.

It's either this or use the C99 %zu but while we can probably
safely assume C99 compilers, I am not at all sure that that's the
case for stdio libraries and this solution is fairly low-impact.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6535 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-05 18:22:41 +00:00
..
Src Cast size_t to unsigned long for printf to deal with (32-bit) 2010-12-05 18:22:41 +00:00
CMakeLists.txt Fix some linkage issues with the cmake build. This should fix issue 3596. 2010-11-30 01:20:05 +00:00
Common.vcproj Made LinearDiskCache a template class. Keys are now some POD type (fixed size). Eliminates casting and key size checking. 2010-11-15 05:22:03 +00:00
SVNRevGen.vcproj ok...svnrev crap finally under control? please? 2010-08-08 16:34:32 +00:00
SubWCRev.exe replace SubWCRev.exe with a statically linked one... >.> 2009-03-22 22:11:27 +00:00
make_svnrev.h.vbs ok...svnrev crap finally under control? please? 2010-08-08 16:34:32 +00:00