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
..
2016-09-07 10:41:45 -07:00
2017-05-09 22:44:21 +02:00
2016-06-06 19:22:00 -07:00
2017-05-09 22:40:24 +02:00
2017-05-09 22:39:05 +02:00
2016-04-08 11:45:47 -07:00
2016-01-12 10:40:54 -08:00
2016-01-04 09:51:33 -08:00
2014-04-01 14:39:04 -07:00
2015-09-25 10:18:18 -07:00
2015-09-25 10:18:18 -07:00
2012-02-05 16:32:33 -08:00
2017-05-09 22:44:19 +02:00
2017-05-09 22:44:15 +02:00
2012-08-24 09:48:51 -07:00
2014-04-10 12:18:55 -07: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
2016-05-06 13:16:37 -07:00
2015-10-05 11:06:49 -07:00
2017-01-23 11:02:34 -08:00
2016-02-22 14:51:09 -08:00
2016-02-22 14:51:09 -08:00
2015-11-05 10:35:11 -08:00
2015-11-05 10:35:11 -08:00
2016-03-30 11:13:01 -07:00
2014-12-04 11:58:36 -08:00
2016-09-07 10:41:45 -07:00
2011-11-02 13:06:30 -07:00
2017-05-09 22:40:58 +02:00
2011-12-12 16:09:38 -08:00
2013-07-21 15:09:56 -07:00
2017-05-09 22:39:01 +02:00
2016-04-22 15:01:16 -07:00
2017-05-09 22:39:32 +02:00