mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Don't compile ROS-specific tab-debug commands on a retail build
svn path=/trunk/; revision=15509
This commit is contained in:
parent
2e7e95a597
commit
c013c83354
1 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ KdpServiceDispatcher(ULONG Service,
|
||||||
Result = KdpPrintString ((PANSI_STRING)Context1);
|
Result = KdpPrintString ((PANSI_STRING)Context1);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
#ifdef DBG
|
||||||
case TAG('R', 'o', 's', ' '): /* ROS-INTERNAL */
|
case TAG('R', 'o', 's', ' '): /* ROS-INTERNAL */
|
||||||
{
|
{
|
||||||
switch ((ULONG)Context1)
|
switch ((ULONG)Context1)
|
||||||
|
@ -77,7 +78,7 @@ KdpServiceDispatcher(ULONG Service,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
HalDisplayString ("Invalid debug service call!\n");
|
HalDisplayString ("Invalid debug service call!\n");
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue