mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Don't compile ROS-specific tab-debug commands on a retail build
svn path=/trunk/; revision=15509
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user