msctf: Make ThreadFocusHookProc() static.

This commit is contained in:
Francois Gouget 2009-09-10 17:58:54 +02:00 committed by Alexandre Julliard
parent 80f862dedf
commit 4e53bbda2e

View File

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