winedbg: Add support for printing c++ bool values

Eric Pouech eric.pouech at orange.fr
Thu Jun 12 14:00:24 CDT 2008


Jon Griffiths a écrit :
> Hi,
>
> Subject says it all.
>   
>
+            dbg_printf("%s", val_int ? "true" : "false");
what about the simpler:
+            dbg_printf(val_int ? "true" : "false");

A+


-- 
Eric Pouech
"The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)





More information about the wine-devel mailing list