From 5d5733ba1fca5256e10bec2988684cf6faab8339 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Wed, 18 Jul 2007 21:49:10 +0000 Subject: [PATCH] - Comment those 2 keyboard layouts so that trunk is installable. Uncommenting them reveals a bug in Config Manager, which is being investigated. - DPRINT -> DPRINT1 for a critical error message. svn path=/trunk/; revision=27724 --- reactos/boot/bootdata/hivesys.inf | 4 ++-- reactos/ntoskrnl/cm/ntfunc.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/boot/bootdata/hivesys.inf b/reactos/boot/bootdata/hivesys.inf index 7deafcce572..93e56dc487f 100644 --- a/reactos/boot/bootdata/hivesys.inf +++ b/reactos/boot/bootdata/hivesys.inf @@ -88,8 +88,8 @@ HKLM,"SYSTEM\CurrentControlSet\Control\KeyboardLayouts\00000422","Layout File",0 HKLM,"SYSTEM\CurrentControlSet\Control\KeyboardLayouts\00000422","Layout Text",0x00000000,"Ukrainian" HKLM,"SYSTEM\CurrentControlSet\Control\KeyboardLayouts\00000455","Layout File",0x00000000,"kbdbur.dll" HKLM,"SYSTEM\CurrentControlSet\Control\KeyboardLayouts\00000455","Layout Text",0x00000000,"Burmese" -HKLM,"SYSTEM\CurrentControlSet\Control\KeyboardLayouts\00000414","Layout File",0x00000000,"kbdno.dll" -HKLM,"SYSTEM\CurrentControlSet\Control\KeyboardLayouts\00000414","Layout Text",0x00000000,"Norwegian" +;HKLM,"SYSTEM\CurrentControlSet\Control\KeyboardLayouts\00000414","Layout File",0x00000000,"kbdno.dll" +;HKLM,"SYSTEM\CurrentControlSet\Control\KeyboardLayouts\00000414","Layout Text",0x00000000,"Norwegian" ; Network HKLM,"SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-BFC1-08002BE10318}",,0x00000000,"Network Adapters" diff --git a/reactos/ntoskrnl/cm/ntfunc.c b/reactos/ntoskrnl/cm/ntfunc.c index 16708499f2e..ca511066bf7 100644 --- a/reactos/ntoskrnl/cm/ntfunc.c +++ b/reactos/ntoskrnl/cm/ntfunc.c @@ -1040,7 +1040,7 @@ NtSetValueKey(IN HANDLE KeyHandle, NULL); if (!NT_SUCCESS(Status)) { - DPRINT("ObReferenceObjectByHandle() failed with Status = 0x%08X\n"); + DPRINT1("ObReferenceObjectByHandle() failed with Status = 0x%08X\n", Status); return Status; }