mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[INPUT] Fix IsRebootNeeded condition
If there is any IME HKL, reboot is needed.
Follow-up to #4666 (596f04b). CORE-11700, CORE-18364
This commit is contained in:
@@ -360,12 +360,7 @@ static BOOL IsRebootNeeded(VOID)
|
||||
{
|
||||
if (IS_IME_HKL(pNode->hkl)) /* IME? */
|
||||
{
|
||||
if (pNode->wFlags & (INPUT_LIST_NODE_FLAG_ADDED |
|
||||
INPUT_LIST_NODE_FLAG_EDITED |
|
||||
INPUT_LIST_NODE_FLAG_DEFAULT))
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user