mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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);
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue