1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

imm32: Add CtfImmIsCiceroEnabled stub.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56538
This commit is contained in:
Fabian Maurer 2024-04-09 20:45:25 +02:00 committed by Alexandre Julliard
parent 89111704a5
commit 72987ffc66
2 changed files with 11 additions and 1 deletions

View File

@ -3322,3 +3322,13 @@ LRESULT WINAPI __wine_ime_wnd_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lp
else
return DefWindowProcW(hwnd, msg, wparam, lparam);
}
/***********************************************************************
* CtfImmIsCiceroEnabled (IMM32.@)
*/
BOOL WINAPI CtfImmIsCiceroEnabled(void)
{
FIXME("(): stub\n");
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}

View File

@ -8,7 +8,7 @@
@ stub CtfImmGetIMEFileName
@ stub CtfImmGetTMAEFlags
@ stub CtfImmHideToolbarWnd
@ stub CtfImmIsCiceroEnabled
@ stdcall CtfImmIsCiceroEnabled()
@ stub CtfImmIsCiceroStartedInThread
@ stub CtfImmIsGuidMapEnable
@ stub CtfImmIsTextFrameServiceDisabled