New debug scheme with explicit debug channels declaration.
diff --git a/ole/bindctx.c b/ole/bindctx.c index 3057fd1..355a23a 100644 --- a/ole/bindctx.c +++ b/ole/bindctx.c
@@ -11,6 +11,8 @@ #include "debug.h" #include "heap.h" +DEFAULT_DEBUG_CHANNEL(ole) + /* represent the first size table and it's increment block size */ #define BLOCK_TAB_SIZE 10 #define MAX_TAB_SIZE 0xFFFFFFFF