New debug scheme with explicit debug channels declaration.

diff --git a/misc/toolhelp.c b/misc/toolhelp.c
index 0455d9b..5580428 100644
--- a/misc/toolhelp.c
+++ b/misc/toolhelp.c
@@ -19,6 +19,8 @@
 #include "server.h"
 #include "debug.h"
 
+DEFAULT_DEBUG_CHANNEL(toolhelp)
+
 
 /* FIXME: to make this working, we have to callback all these registered 
  * functions from all over the WINE code. Someone with more knowledge than