From cb26244adb4e15ab60e4d02b5bedf96c9da98685 Mon Sep 17 00:00:00 2001 From: Tim Wright Date: Tue, 19 May 2009 08:28:14 -0700 Subject: [PATCH] qmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub. --- dlls/qmgr/job.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/qmgr/job.c b/dlls/qmgr/job.c index 3baa893d52f..09693a3bd53 100644 --- a/dlls/qmgr/job.c +++ b/dlls/qmgr/job.c @@ -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(