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 Kernel support questions #510

Open
alexander-dream opened this issue Mar 6, 2025 · 0 comments
Open

Windows Kernel support questions #510

alexander-dream opened this issue Mar 6, 2025 · 0 comments

Comments

@alexander-dream
Copy link

This library appears to have some support for compiling under WDM when developing Windows Kernel drivers.

However, I've noticed that some CRT headers are still included, specifically, in wistd_functional.h we include <new.h> and <intrin.h>, the question is, are those normal headers to be included? Yes, they're part of the WDK under the km/ folder, but is it truly okay to include them?

Does anyone else know if it's a good idea to use this library in windows kernel projects anyway? We want to take advantage of the unique_any functionality, which appears to work. But I'm worried about any side effects or extra "baggage" that including these CRT-like files may bring.

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

1 participant