Rob Shearman : ole32: OleCreate isn't a semi-stub any more, as it is tested in a range of cases and has no todos.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 13 16:56:26 CDT 2007


Module: wine
Branch: master
Commit: 00877c898d759f079b1f08d7df496fa7766b69d2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=00877c898d759f079b1f08d7df496fa7766b69d2

Author: Rob Shearman <rob at codeweavers.com>
Date:   Tue Mar 13 12:45:52 2007 +0000

ole32: OleCreate isn't a semi-stub any more, as it is tested in a range of cases and has no todos.

---

 dlls/ole32/ole2.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c
index 6d15245..8c49621 100644
--- a/dlls/ole32/ole2.c
+++ b/dlls/ole32/ole2.c
@@ -2325,7 +2325,8 @@ HRESULT WINAPI OleCreate(
     IUnknown * pUnk = NULL;
     IOleObject *pOleObject = NULL;
 
-    FIXME("\n\t%s\n\t%s semi-stub!\n", debugstr_guid(rclsid), debugstr_guid(riid));
+    TRACE("(%s, %s, %d, %p, %p, %p, %p)\n", debugstr_guid(rclsid),
+        debugstr_guid(riid), renderopt, pFormatEtc, pClientSite, pStg, ppvObj);
 
     hres = CoCreateInstance(rclsid, 0, CLSCTX_INPROC_SERVER|CLSCTX_INPROC_HANDLER, riid, (LPVOID*)&pUnk);
 




More information about the wine-cvs mailing list