https://git.reactos.org/?p=reactos.git;a=commitdiff;h=271556e6f8ccb605771b0820c925fe00ba0cf15d

commit 271556e6f8ccb605771b0820c925fe00ba0cf15d
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Sep 19 00:46:56 2021 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun Sep 19 00:46:56 2021 +0200

    [WIN32SS] Disable by default the dumping function. Addendum to 69f90508.
---
 win32ss/user/ntuser/kbdlayout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/win32ss/user/ntuser/kbdlayout.c b/win32ss/user/ntuser/kbdlayout.c
index 2a5fa212e36..82767e76388 100644
--- a/win32ss/user/ntuser/kbdlayout.c
+++ b/win32ss/user/ntuser/kbdlayout.c
@@ -27,7 +27,7 @@ typedef PVOID (*PFN_KBDLAYERDESCRIPTOR)(VOID);
 
 /* PRIVATE FUNCTIONS ******************************************************/
 
-#if DBG
+#if 0 && DBG
 
 static VOID
 DumpKbdLayout(

Reply via email to