- Silence debuglog spam from msimtf.

svn path=/trunk/; revision=39113
This commit is contained in:
Aleksey Bragin 2009-01-26 16:56:11 +00:00
parent ba54ffaf10
commit c93503ebd7

View file

@ -642,27 +642,27 @@ static HRESULT WINAPI ActiveIMMApp_UnregisterWordW(IActiveIMMApp* This,
static HRESULT WINAPI ActiveIMMApp_Activate(IActiveIMMApp* This,
BOOL fRestoreLayout)
{
FIXME("Stub\n");
//FIXME("Stub\n");
return S_OK;
}
static HRESULT WINAPI ActiveIMMApp_Deactivate(IActiveIMMApp* This)
{
FIXME("Stub\n");
//FIXME("Stub\n");
return S_OK;
}
static HRESULT WINAPI ActiveIMMApp_OnDefWindowProc(IActiveIMMApp* This,
HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, LRESULT *plResult)
{
FIXME("Stub (%p %x %lx %lx)\n",hWnd,Msg,wParam,lParam);
//FIXME("Stub (%p %x %lx %lx)\n",hWnd,Msg,wParam,lParam);
return E_FAIL;
}
static HRESULT WINAPI ActiveIMMApp_FilterClientWindows(IActiveIMMApp* This,
ATOM *aaClassList, UINT uSize)
{
FIXME("Stub\n");
//FIXME("Stub\n");
return S_OK;
}