6 Sep
2009
6 Sep
'09
7:53 p.m.
http://bugs.winehq.org/show_bug.cgi?id=19960 --- Comment #1 from red-ray <ray(a)pobox.co.uk> 2009-09-06 14:53:07 --- The correct structure definition is: typedef struct _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION { LARGE_INTEGER IdleTime; LARGE_INTEGER KernelTime; LARGE_INTEGER UserTime; LARGE_INTEGER DpcTime; LARGE_INTEGER IntTime; ULONG IntCount; } SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION; -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.