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

This commit is contained in:
Rob Shearman 2007-03-13 12:45:52 +00:00 committed by Alexandre Julliard
parent 39f0f9d52a
commit 00877c898d
1 changed files with 2 additions and 1 deletions

View File

@ -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);