xref: /reactos/dll/win32/msimtf/msimtf_ros.diff (revision 845faec4)
1Index: activeimmapp.c
2===================================================================
3--- activeimmapp.c	(Wine c4be28ed)
4+++ activeimmapp.c	(working copy)
5@@ -664,7 +644,9 @@
6 static HRESULT WINAPI ActiveIMMApp_OnDefWindowProc(IActiveIMMApp* This,
7         HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, LRESULT *plResult)
8 {
9+#ifndef __REACTOS__
10     FIXME("Stub (%p %x %lx %lx)\n",hWnd,Msg,wParam,lParam);
11+#endif
12     return E_FAIL;
13 }
14
15