mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 22:17:03 +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.