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