Kevin Koltzau : riched20: EM_GETOLEINTERFACE is not a stub.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Feb 23 05:55:25 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 27e2dcff1d66926bdde48836f2cfbc2e8af95954
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=27e2dcff1d66926bdde48836f2cfbc2e8af95954

Author: Kevin Koltzau <kevin at 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:




More information about the wine-cvs mailing list