Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if GetSystemTimePreciseAsFileTime() is available and fallback to GetSystemTimeAsFileTime() #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yani
Copy link

@yani yani commented Aug 10, 2024

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]

Loobinex pushed a commit to dkfans/kfx-deps that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant