mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
Remove duplicated flag KLF_SETFORPROCESS.
Patch by Kudratov Olimjon. CORE-8545 svn path=/trunk/; revision=66294
This commit is contained in:
parent
1492f3e41a
commit
c7f86181e1
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ NtUserLoadKeyboardLayoutEx(
|
|||
|
||||
if (Flags & ~(KLF_ACTIVATE|KLF_NOTELLSHELL|KLF_REORDER|KLF_REPLACELANG|
|
||||
KLF_SUBSTITUTE_OK|KLF_SETFORPROCESS|KLF_UNLOADPREVIOUS|
|
||||
KLF_RESET|KLF_SETFORPROCESS|KLF_SHIFTLOCK))
|
||||
KLF_RESET|KLF_SHIFTLOCK))
|
||||
{
|
||||
ERR("Invalid flags: %x\n", Flags);
|
||||
EngSetLastError(ERROR_INVALID_FLAGS);
|
||||
|
|
Loading…
Reference in a new issue