Don't compile ROS-specific tab-debug commands on a retail build

svn path=/trunk/; revision=15509
This commit is contained in:
Alex Ionescu 2005-05-26 13:42:41 +00:00
parent 2e7e95a597
commit c013c83354

View file

@ -37,6 +37,7 @@ KdpServiceDispatcher(ULONG Service,
Result = KdpPrintString ((PANSI_STRING)Context1);
break;
#ifdef DBG
case TAG('R', 'o', 's', ' '): /* ROS-INTERNAL */
{
switch ((ULONG)Context1)
@ -77,7 +78,7 @@ KdpServiceDispatcher(ULONG Service,
break;
}
}
#endif
default:
HalDisplayString ("Invalid debug service call!\n");
break;