Module: wine Branch: refs/heads/master Commit: 27e2dcff1d66926bdde48836f2cfbc2e8af95954 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=27e2dcff1d66926bdde48836...
Author: Kevin Koltzau kevin@plop.org Date: Wed Feb 22 23:05:20 2006 -0500
riched20: EM_GETOLEINTERFACE is not a stub.
---
dlls/riched20/editor.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c index 705cae6..5eb9d77 100644 --- a/dlls/riched20/editor.c +++ b/dlls/riched20/editor.c @@ -2235,7 +2235,6 @@ LRESULT WINAPI RichEditANSIWndProc(HWND case EM_GETOLEINTERFACE: { LPVOID *ppvObj = (LPVOID*) lParam; - FIXME("EM_GETOLEINTERFACE %p: stub\n", ppvObj); return CreateIRichEditOle(editor, ppvObj); } case EM_SETOLECALLBACK: