Commit 0b168e66 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

ole32: CreatePointerMoniker is implemented.

parent a35dfc45
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment