Change BITS_IBackgroundCopyJob_SetPriority to a stub so the EvE-Online

Tim Wright timw at splhi.com
Tue May 19 10:28:14 CDT 2009


---
 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(
-- 
1.6.0.4




More information about the wine-patches mailing list