Converted to the new debug interface, using script written by Patrik
Stridvall.
diff --git a/dlls/comctl32/monthcal.c b/dlls/comctl32/monthcal.c
index ce7aea5..83a226f 100644
--- a/dlls/comctl32/monthcal.c
+++ b/dlls/comctl32/monthcal.c
@@ -17,7 +17,7 @@
#include "winbase.h"
#include "commctrl.h"
#include "monthcal.h"
-#include "debug.h"
+#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(monthcal)
@@ -81,7 +81,7 @@
default:
if (uMsg >= WM_USER)
- ERR (monthcal, "unknown msg %04x wp=%08x lp=%08lx\n",
+ ERR("unknown msg %04x wp=%08x lp=%08lx\n",
uMsg, wParam, lParam);
return DefWindowProcA (hwnd, uMsg, wParam, lParam);
}