Silence debug flood

svn path=/trunk/; revision=46886
This commit is contained in:
Timo Kreuzer 2010-04-15 20:07:18 +00:00
parent 2899a12647
commit 1bb3aa8239

View file

@ -655,7 +655,7 @@ static HRESULT WINAPI ActiveIMMApp_Deactivate(IActiveIMMApp* This)
static HRESULT WINAPI ActiveIMMApp_OnDefWindowProc(IActiveIMMApp* This, static HRESULT WINAPI ActiveIMMApp_OnDefWindowProc(IActiveIMMApp* This,
HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, LRESULT *plResult) 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; return E_FAIL;
} }