mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
14 lines
449 B
Diff
14 lines
449 B
Diff
Index: activeimmapp.c
|
|
===================================================================
|
|
--- activeimmapp.c (Wine c4be28ed)
|
|
+++ activeimmapp.c (working copy)
|
|
@@ -664,7 +644,9 @@
|
|
static HRESULT WINAPI ActiveIMMApp_OnDefWindowProc(IActiveIMMApp* This,
|
|
HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam, LRESULT *plResult)
|
|
{
|
|
+#ifndef __REACTOS__
|
|
FIXME("Stub (%p %x %lx %lx)\n",hWnd,Msg,wParam,lParam);
|
|
+#endif
|
|
return E_FAIL;
|
|
}
|
|
|