msctf: Make ThreadFocusHookProc() static.

oldstable
Francois Gouget 2009-09-10 17:58:54 +02:00 committed by Alexandre Julliard
parent 80f862dedf
commit 4e53bbda2e
1 changed files with 1 additions and 1 deletions

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;