Files
git/compat
Steve Hoelzer 6b321b2d1c 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-05-09 22:44:21 +02:00
..
2017-05-09 22:39:05 +02:00
2016-01-04 09:51:33 -08:00
2017-05-09 22:44:19 +02:00
2017-05-09 22:44:15 +02:00
2017-05-09 22:41:03 +02:00
2011-09-11 14:43:33 -07:00
2017-05-09 22:40:58 +02:00
2017-01-23 11:02:34 -08:00
2017-05-09 22:39:32 +02:00