mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:56:05 +00:00
[IMM32][NTUSER] Fix NtUserGetThreadState call of Imm32InquireIme
There was a mistake of parameter value for NtUserGetThreadState call in Imm32InquireIme function. This affected the logon process. JIRA issue: CORE-19320 - Replace THREADSTATE_ISWINLOGON2 with THREADSTATE_ISWINLOGON in NtUserGetThreadState call in Imm32InquireIme function. - Rename THREADSTATE_ISWINLOGON2 as THREADSTATE_UNKNOWN_0x10. - Adapt NtUserGetThreadState to this change.
This commit is contained in:
parent
20f1bb4ab8
commit
4225717dc9
3 changed files with 5 additions and 3 deletions
|
@ -2485,7 +2485,7 @@ enum ThreadStateRoutines
|
|||
THREADSTATE_IMECOMPATFLAGS,
|
||||
THREADSTATE_OLDKEYBOARDLAYOUT,
|
||||
THREADSTATE_ISWINLOGON,
|
||||
THREADSTATE_ISWINLOGON2,
|
||||
THREADSTATE_UNKNOWN_0x10,
|
||||
THREADSTATE_CHECKCONIME,
|
||||
THREADSTATE_GETTHREADINFO,
|
||||
THREADSTATE_PROGMANWINDOW, /* FIXME: Delete this HACK */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue