https://git.reactos.org/?p=reactos.git;a=commitdiff;h=46f96733bd176b5cf84381...
commit 46f96733bd176b5cf84381fba1e7792143946c28 Author: Serge Gautherie 32623169+SergeGautherie@users.noreply.github.com AuthorDate: Thu Feb 15 14:58:17 2018 +0100 Commit: Ged Murphy gedmurphy@reactos.org CommitDate: Thu Feb 15 13:58:17 2018 +0000
[SC] Disable debug messages on user interface (#382) --- base/applications/sc/sc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/base/applications/sc/sc.h b/base/applications/sc/sc.h index 3357475d43..3dbacee0c8 100644 --- a/base/applications/sc/sc.h +++ b/base/applications/sc/sc.h @@ -14,7 +14,8 @@ #include <ndk/setypes.h>
-#define SCDBG +// Uncomment to enable debug messages on user interface. +// #define SCDBG
typedef struct {