Don't compile ROS-specific tab-debug commands on a retail build
Modified: trunk/reactos/ntoskrnl/kd/kdmain.c
--- trunk/reactos/ntoskrnl/kd/kdmain.c 2005-05-26 13:42:07 UTC (rev 15508) +++ trunk/reactos/ntoskrnl/kd/kdmain.c 2005-05-26 13:42:41 UTC (rev 15509) @@ -37,6 +37,7 @@
Result = KdpPrintString ((PANSI_STRING)Context1); break;
+#ifdef DBG
case TAG('R', 'o', 's', ' '): /* ROS-INTERNAL */ { switch ((ULONG)Context1) @@ -77,7 +78,7 @@
break; } }
-
+#endif
default: HalDisplayString ("Invalid debug service call!\n"); break;