CONTRIBUTORS
author ct@78566C00-6F59-1014-AAEE-A77C3B9AAB40
Thu, 12 May 2011 12:23:20 +0000
changeset 680 9a2474509269
parent 391 7802a7d5584f
permissions -rw-r--r--
Win32-Timer:
CHANGED: - Timer implementation for win32 from absolute time (_ftime) to GetTickCount().
This fixes the following bug: When the system time was changed, a heartbeat timeout occurred.
FIXED: - Timeout seems only work properly if EnterMutex() is called before call of GetTickCount() (Patch from Roland Marquis)

Contributors :
==============

Leonid Tochinski ltochinski _at_ chattenassociates.com ( native win32 port (visual studio))

Vladimir Chren (kernel space port)

Raphael Zulliger (author of slavelib project)

Other unsorted contribs:
	Camille BOSSARD
	David DUMINY (sté A6R)
	Laurent ROMIEUX
	Zakaria BELAMRI
	Luis JIMENEZ

Many thanks to the main contributors for their great work.