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

Boost.Application #67

Open
yanwb opened this issue Sep 16, 2021 · 1 comment
Open

Boost.Application #67

yanwb opened this issue Sep 16, 2021 · 1 comment

Comments

@yanwb
Copy link

yanwb commented Sep 16, 2021

fatal error C1189: #error: Boost.Application requires at least the windows vista feature level of the windows sdk.

@BurningEnlightenment
Copy link
Contributor

That's a feature not a bug.

#if NTDDI_VERSION < NTDDI_VISTA
#error at least the windows vista feature level of the windows sdk is required, e.g. include https://gist.github.com/BurningEnlightenment/05eef0ba2b569d5e2828 at the beginning of your prefix header
#endif
PR #40 contains further information.

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