Added IPAddress and NativeFont controls.

diff --git a/include/debugdefs.h b/include/debugdefs.h
index 104fbb0..11718db 100644
--- a/include/debugdefs.h
+++ b/include/debugdefs.h
@@ -4,7 +4,7 @@
 #include "debugtools.h"
 #endif
 
-#define DEBUG_CHANNEL_COUNT 140
+#define DEBUG_CHANNEL_COUNT 142
 #ifdef DEBUG_RUNTIME
 short debug_msg_enabled[][DEBUG_CLASS_COUNT] = {
 {1, 1, 0, 0},
@@ -147,6 +147,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",
@@ -208,6 +210,7 @@
 "int10",
 "int21",
 "int31",
+"ipaddress",
 "key",
 "keyboard",
 "ldt",
@@ -229,6 +232,7 @@
 "module",
 "mpr",
 "msg",
+"nativefont",
 "nonclient",
 "ntdll",
 "ole",