kernel32: Revise SetThreadIdealProcessor to return success.

Andrew Nguyen arethusa26 at gmail.com
Thu Aug 6 03:17:45 CDT 2009


The image deblurring tool in bug 19548 tries to use
SetThreadIdealProcessor on multi-core systems and checks the result of
the call, which causes the application to fail. Simply reporting
success in this case allows the application to run, and is perfectly
harmless.
---
 dlls/kernel32/thread.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-kernel32-Revise-SetThreadIdealProcessor-to-return-succ.txt
Type: text/x-patch
Size: 424 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090806/1038d501/attachment.bin>


More information about the wine-patches mailing list