mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
msctf: Stub for SetInputScope.
This commit is contained in:
parent
2254a549a6
commit
b7a47e7223
2 changed files with 10 additions and 1 deletions
|
@ -224,3 +224,12 @@ HRESULT WINAPI TF_GetThreadMgr(ITfThreadMgr **pptim)
|
|||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* SetInputScope(MSCTF.@)
|
||||
*/
|
||||
HRESULT WINAPI SetInputScope(HWND hwnd, INT inputscope)
|
||||
{
|
||||
FIXME("STUB: %p %i\n",hwnd,inputscope);
|
||||
return S_OK;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
@ stdcall -private DllGetClassObject(ptr ptr ptr)
|
||||
@ stdcall -private DllRegisterServer()
|
||||
@ stdcall -private DllUnregisterServer()
|
||||
@ stub SetInputScope
|
||||
@ stdcall SetInputScope(long long)
|
||||
@ stub SetInputScopeXML
|
||||
@ stub SetInputScopes
|
||||
@ stub TF_CUASAppFix
|
||||
|
|
Loading…
Reference in a new issue