mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[IMM32] - Sync to Wine 1.3.37
svn path=/trunk/; revision=56163
This commit is contained in:
parent
3238aafc17
commit
5f05f8b00b
2 changed files with 11 additions and 1 deletions
|
@ -2845,3 +2845,13 @@ BOOL WINAPI ImmEnumInputContext(DWORD idThread, IMCENUMPROC lpfn, LPARAM lParam)
|
|||
FIXME("Stub\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* ImmGetHotKey(IMM32.@)
|
||||
*/
|
||||
|
||||
BOOL WINAPI ImmGetHotKey(DWORD hotkey, UINT *modifiers, UINT *key, HKL hkl)
|
||||
{
|
||||
FIXME("%x, %p, %p, %p: stub\n", hotkey, modifiers, key, hkl);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
@ stdcall ImmGetDescriptionW(long ptr long)
|
||||
@ stdcall ImmGetGuideLineA(long long ptr long)
|
||||
@ stdcall ImmGetGuideLineW(long long ptr long)
|
||||
@ stub ImmGetHotKey
|
||||
@ stdcall ImmGetHotKey(long ptr ptr ptr)
|
||||
@ stdcall ImmGetIMCCLockCount(long)
|
||||
@ stdcall ImmGetIMCCSize(long)
|
||||
@ stdcall ImmGetIMCLockCount(long)
|
||||
|
|
Loading…
Reference in a new issue