mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
msctf: Make ThreadFocusHookProc() static.
This commit is contained in:
parent
80f862dedf
commit
4e53bbda2e
@ -434,7 +434,7 @@ static HRESULT WINAPI ThreadMgr_SetFocus( ITfThreadMgr* iface, ITfDocumentMgr *p
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
LRESULT CALLBACK ThreadFocusHookProc(int nCode, WPARAM wParam, LPARAM lParam)
|
||||
static LRESULT CALLBACK ThreadFocusHookProc(int nCode, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
ThreadMgr *This;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user