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

Windows XP compatibility #9

Open
LinKinUSF opened this issue Jul 30, 2016 · 1 comment
Open

Windows XP compatibility #9

LinKinUSF opened this issue Jul 30, 2016 · 1 comment

Comments

@LinKinUSF
Copy link

EntryPoint GetTickCount64 not found in kernel32.dll on when compiling my programs with curl and start them in windows xp.

@blackrosezy
Copy link
Owner

You need to define WINVER & _WIN32_WINNT in the Preprocessor Definitions

#define WINVER 0x0501
#define _WIN32_WINNT 0x0501

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

No branches or pull requests

2 participants