mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[IMM32] Fix ImeDpi_Escape by adding !IS_16BIT_MODE()
CORE-11700
This commit is contained in:
@@ -316,7 +316,7 @@ ImeDpi_Escape(PIMEDPI pImeDpi, HIMC hIMC, UINT uSubFunc, LPVOID lpData, HKL hKL)
|
||||
if (IS_IME_HKL(hKL))
|
||||
return pImeDpi->ImeEscape(hIMC, uSubFunc, lpData);
|
||||
|
||||
if (IS_CICERO_MODE())
|
||||
if (IS_CICERO_MODE() && !IS_16BIT_MODE())
|
||||
return pImeDpi->CtfImeEscapeEx(hIMC, uSubFunc, lpData, hKL);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user