ole32: CreatePointerMoniker is implemented.

This commit is contained in:
Rob Shearman 2008-03-14 18:08:28 +00:00 committed by Alexandre Julliard
parent a35dfc4510
commit 0b168e66f6
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ HRESULT WINAPI CreatePointerMoniker(LPUNKNOWN punk, LPMONIKER *ppmk)
{
PointerMonikerImpl *This;
FIXME("(%p, %p): stub\n", punk, ppmk);
TRACE("(%p, %p)\n", punk, ppmk);
if (!ppmk)
return E_INVALIDARG;