Commit cb26244a authored by Tim Wright's avatar Tim Wright Committed by Alexandre Julliard

qmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub.

parent ec443be7
......@@ -334,8 +334,8 @@ static HRESULT WINAPI BITS_IBackgroundCopyJob_SetPriority(
IBackgroundCopyJob2 *iface,
BG_JOB_PRIORITY Val)
{
FIXME("Not implemented\n");
return E_NOTIMPL;
FIXME("(%p,0x%08x) stub\n", iface, Val);
return S_OK;
}
static HRESULT WINAPI BITS_IBackgroundCopyJob_GetPriority(
......
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