https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0ab44664b63949656e140b8ec5f694439cfae5ae

commit 0ab44664b63949656e140b8ec5f694439cfae5ae
Author:     Jérôme Gardou <[email protected]>
AuthorDate: Wed Apr 28 14:52:05 2021 +0200
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Wed Apr 28 14:52:05 2021 +0200

    [KDGDB] Remove debugging leftover
---
 drivers/base/kdgdb/kdgdb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/kdgdb/kdgdb.h b/drivers/base/kdgdb/kdgdb.h
index 4e365b77e27..f4869d40b49 100644
--- a/drivers/base/kdgdb/kdgdb.h
+++ b/drivers/base/kdgdb/kdgdb.h
@@ -19,7 +19,7 @@
 
 #include <pstypes.h>
 
-#define KDDEBUG /* uncomment to enable debugging this dll */
+// #define KDDEBUG /* uncomment to enable debugging this dll */
 
 /* To undefine once https://sourceware.org/bugzilla/show_bug.cgi?id=17397 is 
resolved */
 #define MONOPROCESS 1

Reply via email to