imm32: Stub ImmActivateLayout.

This commit is contained in:
Rémi Bernon 2023-03-09 10:26:10 +01:00 committed by Alexandre Julliard
parent b48a659308
commit bcc2337f30
2 changed files with 7 additions and 1 deletions

View file

@ -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 );

View file

@ -1,4 +1,4 @@
@ stub ImmActivateLayout
@ stdcall ImmActivateLayout(long)
@ stdcall ImmAssociateContext(long long)
@ stdcall ImmAssociateContextEx(long long long)
@ stdcall ImmConfigureIMEA(long long long ptr)