mirror of
https://github.com/reactos/reactos.git
synced 2025-05-05 09:57:04 +00:00
[NTUSER] Use IS_CICERO_MODE() macro in co_UserActivateKeyboardLayout
CORE-11700
This commit is contained in:
parent
db00a75227
commit
8a48446d11
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@ co_UserActivateKeyboardLayout(
|
|||
/* Send WM_IME_SYSTEM:IMS_SENDNOTIFICATION message if necessary */
|
||||
if (pti && !(pti->TIF_flags & TIF_CSRSSTHREAD))
|
||||
{
|
||||
if (IS_IME_HKL(pKL->hkl) || (gpsi->dwSRVIFlags & SRVINFO_CICERO_ENABLED))
|
||||
if (IS_IME_HKL(pKL->hkl) || IS_CICERO_MODE())
|
||||
{
|
||||
pImeWnd = pti->spwndDefaultIme;
|
||||
if (pImeWnd)
|
||||
|
|
Loading…
Reference in a new issue