http://bugs.winehq.org/show_bug.cgi?id=9306
--- Comment #2 from Damjan Jovanovic damjan.jov@gmail.com 2007-09-04 01:17:22 --- Created an attachment (id=7953) --> (http://bugs.winehq.org/attachment.cgi?id=7953) use sysconf instead of CLK_TCK
Looks like GetProcessTimes() wrongly uses the obsolete CLK_TCK, which is defined as CLOCKS_PER_SEC, which is always 1000000 independently of the real clock ticks.
Using sysconf(_SC_CLK_TCK) instead makes the MSDN test pass and wenlin works (you can't do wine wenlin..., you have to use the full path or start it from the menu/desktop shortcut).