Commit 27e2dcff authored by Kevin Koltzau's avatar Kevin Koltzau Committed by Alexandre Julliard

riched20: EM_GETOLEINTERFACE is not a stub.

parent 58b29953
......@@ -2235,7 +2235,6 @@ LRESULT WINAPI RichEditANSIWndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lP
case EM_GETOLEINTERFACE:
{
LPVOID *ppvObj = (LPVOID*) lParam;
FIXME("EM_GETOLEINTERFACE %p: stub\n", ppvObj);
return CreateIRichEditOle(editor, ppvObj);
}
case EM_SETOLECALLBACK:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment