Files
git/compat
Steve Hoelzer d31e080f7b 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-07-26 00:37:12 +02:00
..
2017-06-27 10:35:49 -07:00
2017-07-26 00:35:46 +02:00
2016-01-04 09:51:33 -08:00
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2017-07-26 00:37:06 +02:00
2017-07-26 00:36:57 +02:00
2017-07-26 00:36:41 +02:00
2017-07-26 00:36:39 +02:00
2017-01-23 11:02:34 -08:00
2017-07-26 00:35:51 +02:00