We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EntryPoint GetTickCount64 not found in kernel32.dll on when compiling my programs with curl and start them in windows xp.
The text was updated successfully, but these errors were encountered:
You need to define WINVER & _WIN32_WINNT in the Preprocessor Definitions
WINVER
_WIN32_WINNT
Preprocessor Definitions
#define WINVER 0x0501 #define _WIN32_WINNT 0x0501
Sorry, something went wrong.
No branches or pull requests
EntryPoint GetTickCount64 not found in kernel32.dll on when compiling my programs with curl and start them in windows xp.
The text was updated successfully, but these errors were encountered: