Oleaut32 Debug Messages

Marcus Meissner marcus at jet.franken.de
Thu Mar 13 01:13:06 CST 2003


On Thu, Mar 13, 2003 at 01:05:21AM -0500, Dimitrie O. Paun wrote:
> 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.

It is constructing lines of debugoutput out of different pieces.
How to do that with TRACE?

Ciao, Marcus



More information about the wine-devel mailing list