mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[USETUP]
Make the keyboard layouts selection not dependent on the selected language. Patch by joao.jeronimo.89. CORE-9630 #resolve #comment Thanks a lot! svn path=/trunk/; revision=68354
This commit is contained in:
parent
fb0aea8099
commit
785b2eb8b8
1 changed files with 0 additions and 1 deletions
|
@ -1052,7 +1052,6 @@ CreateKeyboardLayoutList(
|
|||
return NULL;
|
||||
}
|
||||
|
||||
if (_wcsicmp(LayoutsList[uIndex].LayoutID, KeyName) == 0)
|
||||
{
|
||||
UserData = (WCHAR*)RtlAllocateHeap(ProcessHeap,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue