Files
git/compat
Steve Hoelzer ba22facfb8 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>
2018-10-11 13:38:56 +02:00
..
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2018-08-13 15:22:19 -07:00
2013-09-11 11:08:52 -07:00
2017-01-23 11:02:34 -08:00
2017-05-08 12:18:19 +09:00