Files
git/compat
Steve Hoelzer 0e658a7104 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-21 14:55:34 +01:00
..
2017-02-21 14:54:07 +01:00
2017-02-21 14:55:25 +01:00
2017-02-21 14:55:19 +01:00
2017-02-21 14:55:06 +01:00
2017-02-21 14:54:59 +01:00
2017-02-21 14:54:13 +01:00