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

Force use of windows.h instead of default winnt.h #4288

Merged
merged 2 commits into from Sep 21, 2023

Conversation

RickiNano
Copy link
Contributor

@RickiNano RickiNano commented Sep 21, 2023

This fixes the "No target Architecture" error when building on windows.
Clang format will report an error but the windows.h include must be before processthreadapi.h to work properly.

This fixes the "No target Architecture" error when building on windows.
The windows.h include needs to be before processthreadapi.h to work properly but clang complains about this
@clemahieu
Copy link
Contributor

Looks like clang format doesn't like the non-alphabetical order of headers.

Is processthreadsapi.h needed at all with windows.h?

@RickiNano
Copy link
Contributor Author

You are right. It still builds without the processthreadsapi.h include.
I've updated the PR

@clemahieu clemahieu merged commit 1de26b6 into nanocurrency:develop Sep 21, 2023
14 of 17 checks passed
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.

None yet

2 participants