astronomy
astronomy copied to clipboard
Check if GetSystemTimePreciseAsFileTime() is available and fallback to GetSystemTimeAsFileTime()
This fixes an issue where GetSystemTimePreciseAsFileTime() can not be found in kernel32.dll
on earlier Windows versions. This function has been added in Windows 8.
I didn't use the IsWindows8OrGreater() because the (unnoficial) extended kernel patches for Windows 7 add the GetSystemTimePreciseAsFileTime
function.
More info: GetSystemTimePreciseAsFileTime
Notice the: Minimum supported client: Windows 8 [desktop apps | UWP apps]