dolphin/Source/Core/Common
Pierre Bourdon 54fc4029dd Use do { ... } while (0) for the *_LOG macros
Without this patch, such code would not compile:

if (cond)
    WARN_LOG(FOO, "msg");
else
    WARN_LOG(FOO, "msg2");
2012-08-20 13:12:49 +02:00
..
Src Use do { ... } while (0) for the *_LOG macros 2012-08-20 13:12:49 +02:00
CMakeLists.txt Fix the rest of the tooltips for linux. 2011-01-31 22:19:30 +00:00
Common.vcxproj fix Common lib re-linking all the time 2012-03-18 05:47:55 -07:00
Common.vcxproj.filters fix Common lib re-linking all the time 2012-03-18 05:47:55 -07:00
SVNRevGen.vcxproj fix Common lib re-linking all the time 2012-03-18 05:47:55 -07:00
make_scmrev.h.js Remove hash from revision description for cmake and windows. 2011-08-22 20:06:17 -05:00