mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[WIN32SS] Disable by default the dumping function. Addendum to 69f90508
.
This commit is contained in:
parent
69f905081c
commit
271556e6f8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ typedef PVOID (*PFN_KBDLAYERDESCRIPTOR)(VOID);
|
|||
|
||||
/* PRIVATE FUNCTIONS ******************************************************/
|
||||
|
||||
#if DBG
|
||||
#if 0 && DBG
|
||||
|
||||
static VOID
|
||||
DumpKbdLayout(
|
||||
|
|
Loading…
Reference in a new issue