Wed Dec 5 04:01:18 PST 2007 Simon Marlow <simonmar at microsoft.com>
* FIX #1621: bug in Windows code for getCPUTime
We were reading the components of FILETIME as CLong, when they should
be unsigned. Word32 seems to be the correct type here.
M ./System/CPUTime.hsc -2 +2