ole32: Remove "stub" from traces.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
539644ad63
commit
4fe18052c5
|
@ -142,7 +142,7 @@ static ULONG WINAPI ClassMoniker_Release(IMoniker* iface)
|
|||
******************************************************************************/
|
||||
static HRESULT WINAPI ClassMoniker_GetClassID(IMoniker* iface,CLSID *pClassID)
|
||||
{
|
||||
TRACE("(%p,%p),stub!\n",iface,pClassID);
|
||||
TRACE("(%p, %p)\n", iface, pClassID);
|
||||
|
||||
if (pClassID==NULL)
|
||||
return E_POINTER;
|
||||
|
|
Loading…
Reference in New Issue