New Files. Added 'date and time picker' and 'month calendar' control
dummies. They are used by Outlook Express.
diff --git a/include/debugdefs.h b/include/debugdefs.h
index 42e6c92..964e2a9 100644
--- a/include/debugdefs.h
+++ b/include/debugdefs.h
@@ -4,7 +4,7 @@
#include "debugtools.h"
#endif
-#define DEBUG_CHANNEL_COUNT 148
+#define DEBUG_CHANNEL_COUNT 150
#ifdef DEBUG_RUNTIME
short debug_msg_enabled[][DEBUG_CLASS_COUNT] = {
{1, 1, 0, 0},
@@ -155,6 +155,8 @@
{1, 1, 0, 0},
{1, 1, 0, 0},
{1, 1, 0, 0},
+{1, 1, 0, 0},
+{1, 1, 0, 0},
};
const char* debug_ch_name[] = {
"1",
@@ -183,6 +185,7 @@
"console",
"crtdll",
"cursor",
+"datetime",
"dc",
"dde",
"ddeml",
@@ -241,6 +244,7 @@
"mmsys",
"mmtime",
"module",
+"monthcal",
"mpr",
"msacm",
"msg",