Hi Bruno,

Does the get_windows_boot_time () not work on Native Windows? The
Mingw and MSVC actions fail it.

I'm thinking that it could be implemented using GetTickCount64 ().
The Windows documentation says [1]:

    Retrieves the number of milliseconds that have elapsed since the
    system was started.

So I'm thinking that should fix the issue.

What Windows versions does Gnulib care about? Apparently this one only
exists on Vista and later. I'm not sure how you would do it on
versions before that.


Collin

[1] 
https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-gettickcount64

Reply via email to