Sync with trunk (r48414)
[reactos.git] / dll / win32 / msimtf / msimtf_ros.diff
1 Index: activeimmapp.c
2 ===================================================================
3 --- activeimmapp.c (revision 48273)
4 +++ activeimmapp.c (working copy)
5 @@ -655,7 +655,7 @@
6 static HRESULT WINAPI ActiveIMMApp_OnDefWindowProc(IActiveIMMApp* This,
7 HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, LRESULT *plResult)
8 {
9 - FIXME("Stub (%p %x %lx %lx)\n",hWnd,Msg,wParam,lParam);
10 + //FIXME("Stub (%p %x %lx %lx)\n",hWnd,Msg,wParam,lParam);
11 return E_FAIL;
12 }
13