mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:52:56 +00:00
[KBSWITCH][IMM32][USER32] Consider keyboard layout corner cases
Considering invalid Keyboard Layout registry entries. CORE-11700
This commit is contained in:
parent
fb86db15bb
commit
bbef618032
3 changed files with 6 additions and 4 deletions
|
@ -796,6 +796,7 @@ IntLoadKeyboardLayout(
|
|||
{
|
||||
bIsIME = FALSE;
|
||||
wHigh = 0;
|
||||
ERR("0x%X\n", dwKLID);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -810,6 +811,7 @@ IntLoadKeyboardLayout(
|
|||
{
|
||||
bIsIME = FALSE;
|
||||
wHigh = 0;
|
||||
ERR("'%s'\n", debugstr_w(szPath));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue