From 403ef47169a30cccb5c66de2208d192723980f17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Wed, 26 Apr 2017 13:41:43 +0000 Subject: [PATCH] [COMMAND]: Disable COMMAND.COM debugging messages by default. Disable again this #define if you want to get the dbg messages back. CORE-10710 svn path=/trunk/; revision=74410 --- reactos/subsystems/mvdm/dos/command.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/mvdm/dos/command.S b/reactos/subsystems/mvdm/dos/command.S index 122bae9fb45..2aa6b530df8 100644 --- a/reactos/subsystems/mvdm/dos/command.S +++ b/reactos/subsystems/mvdm/dos/command.S @@ -17,7 +17,7 @@ #include "asmxtras.inc" #include -// #define NDEBUG +#define NDEBUG /* DEFINES ********************************************************************/ -- 2.17.1