From: Eric Kohl
I can agree to the Wine Debug System if new macros TRACE1,
WARN1, ERR1 and FIXME1 could be added that are always
enabled, just like DPRINT1.
This way I can still adjust the debug messages the way I need
while keeping the configurability of the Wine Debug System.
I'm not sure I understand this. I would expect ERR and FIXME to be printed
by default, TRACE and WARN would not be printed by default. So instead of
DPRINT you'd use TRACE and instead of DPRINT1 you'd use ERR. What do we need
ERR1 et al for???
Gé van Geldorp.