Mike McCormack mike@codeweavers.com writes:
MSDN defines 10ms as the minimum timeout for Win 2000. Win9x is not defined, but tests show it is slightly different... it's minimum timeout is longer than 10ms, but setting to 10ms should not hurt.
Actually it should have no effect at all, because the timeout is forced to SYS_TIMER_RATE (which is the Win9x minimum AFAIK) a few lines below...