imm32: Stub ImmActivateLayout.
This commit is contained in:
parent
b48a659308
commit
bcc2337f30
2 changed files with 7 additions and 1 deletions
dlls/imm32
|
@ -564,6 +564,12 @@ static void ime_release( struct ime *ime )
|
|||
LeaveCriticalSection( &ime_cs );
|
||||
}
|
||||
|
||||
BOOL WINAPI ImmActivateLayout( HKL hkl )
|
||||
{
|
||||
FIXME( "hkl %p stub!\n", hkl );
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static BOOL free_input_context_data( HIMC hIMC )
|
||||
{
|
||||
struct imc *data = query_imc_data( hIMC );
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@ stub ImmActivateLayout
|
||||
@ stdcall ImmActivateLayout(long)
|
||||
@ stdcall ImmAssociateContext(long long)
|
||||
@ stdcall ImmAssociateContextEx(long long long)
|
||||
@ stdcall ImmConfigureIMEA(long long long ptr)
|
||||
|
|
Loading…
Add table
Reference in a new issue