<br><br><div class="gmail_quote">2009/5/20 Tim Wright <span dir="ltr">&lt;<a href="mailto:timw@splhi.com">timw@splhi.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The EvE-online updater blows up because it&#39;s trying to set the download priority in BITS (qmgr) and that isn&#39;t implemented. Simply stubbing it to return S_OK is sufficient to allow it to work.<br>
<br>
Third attempt at sending. For some reason, it isn&#39;t being posted from git-send-email even though the Cc: arrives just fine at another account. Patch against git repository. This is bug 18528/12312.<br>
<br>
<br><br>
---<br>
�dlls/qmgr/job.c | � �4 ++--<br>
�1 files changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/dlls/qmgr/job.c b/dlls/qmgr/job.c<br>
index 3baa893..09693a3 100644<br>
--- a/dlls/qmgr/job.c<br>
+++ b/dlls/qmgr/job.c<br>
@@ -334,8 +334,8 @@ static HRESULT WINAPI BITS_IBackgroundCopyJob_SetPriority(<br>
 � � IBackgroundCopyJob2 *iface,<br>
 � � BG_JOB_PRIORITY Val)<br>
�{<br>
- � �FIXME(&quot;Not implemented\n&quot;);<br>
- � �return E_NOTIMPL;<br>
+ � �FIXME(&quot;(%p,0x%08x) stub\n&quot;, iface, Val);<br>
+ � �return S_OK;<br>
�}<br>
<br>
�static HRESULT WINAPI BITS_IBackgroundCopyJob_GetPriority(<br>
--<br>
1.6.0.4<br>
<br>
<br><br>
<br></blockquote></div>your previous patch was already commited. check git page the next day when you send patches.<br><a href="http://source.winehq.org/git/wine.git/?a=commit;h=cb26244adb4e15ab60e4d02b5bedf96c9da98685">http://source.winehq.org/git/wine.git/?a=commit;h=cb26244adb4e15ab60e4d02b5bedf96c9da98685</a><br>
<br>;)<br>