Don't compile ROS-specific tab-debug commands on a retail build
authorAlex Ionescu <aionescu@gmail.com>
Thu, 26 May 2005 13:42:41 +0000 (13:42 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 26 May 2005 13:42:41 +0000 (13:42 +0000)
svn path=/trunk/; revision=15509

reactos/ntoskrnl/kd/kdmain.c

index 3569c06..72d5b12 100644 (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;