http://bugs.winehq.org/show_bug.cgi?id=20230
--- Comment #1 from ray@pobox.co.uk 2011-04-16 09:36:37 CDT --- Created an attachment (id=34147) --> (http://bugs.winehq.org/attachment.cgi?id=34147) Patch to fix GetThreadTimes() to work for all threads
The patch works by reading from /proc/<pid>/task/<tid>/stat. If this in not possible it will report the fix messages as before.
Given that SystemProcessorPerformanceInformation uses /proc/stat I expect this is OK.
Do I also need to send the patch to wine patches?