On Thu, 18 Dec 2008, Andrew Talbot wrote:
Changelog: dmime: Remove unused Wine debug channel.
diff --git a/dlls/dmime/dmutils.c b/dlls/dmime/dmutils.c index ad46303..3f25728 100644 --- a/dlls/dmime/dmutils.c +++ b/dlls/dmime/dmutils.c @@ -43,7 +43,6 @@
#include "dmutils.h"
-WINE_DEFAULT_DEBUG_CHANNEL(dmusic); WINE_DECLARE_DEBUG_CHANNEL(dmfile);
It does not seem logical to remove the default debug channel while keeping another channel. So I think that in addition to that you should be making dmfile the default and change the traces accordingly.
The same thing applies to your dmstyle patch.