New debug scheme with explicit debug channels declaration.

diff --git a/loader/module.c b/loader/module.c
index 30e5bdc..f9de51c 100644
--- a/loader/module.c
+++ b/loader/module.c
@@ -32,6 +32,9 @@
 #include "loadorder.h"
 #include "elfdll.h"
 
+DECLARE_DEBUG_CHANNEL(module)
+DECLARE_DEBUG_CHANNEL(win32)
+
 
 /*************************************************************************
  *		MODULE32_LookupHMODULE