Oleaut32 Debug Messages

Dimitrie O. Paun dpaun at rogers.com
Thu Mar 13 00:05:21 CST 2003


On March 11, 2003 05:49 pm, Jon wrote:
> -       if (debugout) MESSAGE("%lx",*arg);
> +       if (debugout) TMSG2("%lx",*arg);

This is just too ugly! Please don't do such code uglification
to save a few bytes. Beyond that, why isn't this file using
the standard TRACE macro? MESSAGEs should be very rare, and
are intended for the user, as such there's no need to compile
them out, ever.

-- 
Dimi.




More information about the wine-devel mailing list