On 27/12/2017 04:10, Jeff Smith wrote:
On Windows, GetTickCount() returns a value that wraps after 49.7 days.
Windows Vista and later offer GetTickCount64(), which does not have that
issue.

In places that can make use of more than 32 bits from the tick counter,
use a 64-bit counter if availabile.

Since Vista is EOL, I think we are ok with requiring it, and just linking directly with GetTickCount64().

doc/c-extensions should be updated to note the new minimum Windows version.

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to