Files
git/compat
Steve Hoelzer 5829412cd5 poll: Use GetTickCount64 to avoid wraparound issues
From Visual Studio 2015 Code Analysis: Warning C28159 Consider using
'GetTickCount64' instead of 'GetTickCount'.

Reason: GetTickCount overflows roughly every 49 days. Code that does not
take that into account can loop indefinitely. GetTickCount64 operates on
64 bit values and does not have that problem.

Signed-off-by: Steve Hoelzer <shoelzer@gmail.com>
2017-02-03 07:19:56 +01:00
..
2017-02-03 07:13:13 +01:00
2016-01-04 09:51:33 -08:00
2009-03-02 18:28:06 -08:00
2017-02-03 07:19:49 +01:00
2017-02-03 07:19:44 +01:00
2010-11-23 16:06:50 -08:00
2017-02-03 07:19:34 +01:00
2011-09-11 14:43:33 -07:00
2017-02-03 07:19:29 +01:00
2017-02-03 07:14:35 +01:00