Files
git/compat
Steve Hoelzer e5d68ce1fc 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-04-12 21:12:11 +02:00
..
2017-04-12 21:08:14 +02:00
2016-01-04 09:51:33 -08:00
2017-04-12 21:12:05 +02:00
2017-04-12 21:12:01 +02:00
2017-04-12 21:11:51 +02:00
2017-04-12 21:08:53 +02:00
2017-01-23 11:02:34 -08:00
2017-04-12 21:08:19 +02:00