Commit d329f1be authored by Ken Belleau's avatar Ken Belleau Committed by Alexandre Julliard

Added stub for ImmDisableIME.

parent 96bd8ea7
......@@ -325,6 +325,15 @@ BOOL WINAPI ImmDestroyContext(HIMC hIMC)
}
/***********************************************************************
* ImmDisableIME (IMM32.@)
*/
BOOL WINAPI ImmDisableIME(DWORD idThread)
{
FIXME("(%ld): stub\n", idThread);
return TRUE;
}
/***********************************************************************
* ImmEnumRegisterWordA (IMM32.@)
*/
UINT WINAPI ImmEnumRegisterWordA(
......
......@@ -7,6 +7,7 @@
@ stdcall ImmDestroyContext(long)
@ stub ImmDestroyIMCC
@ stub ImmDestroySoftKeyboard
@ stdcall ImmDisableIME(long)
@ stdcall ImmEnumRegisterWordA(long ptr str long str ptr)
@ stdcall ImmEnumRegisterWordW(long ptr wstr long wstr ptr)
@ stdcall ImmEscapeA(long long long ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment