mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
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.