Module: wine Branch: master Commit: cb26244adb4e15ab60e4d02b5bedf96c9da98685 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cb26244adb4e15ab60e4d02b5b...
Author: Tim Wright timw@splhi.com Date: Tue May 19 08:28:14 2009 -0700
qmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub.
---
dlls/qmgr/job.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/qmgr/job.c b/dlls/qmgr/job.c index 3baa893..09693a3 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(