dolphin/Source/Core/DolphinWX
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
resources Hg: 2010-06-09 01:37:08 +00:00
CMakeLists.txt Reestablish *BSD build using CMake. 2010-12-04 15:19:04 +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