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
#include <Windows.h>
Not exposing it from a heavily included header such as types.hh would speed up the build and avoid polluting the environment with a lot of macros.
types.hh
This would hopefully make it easier to merge these changes upstream and make the code less fragile.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Not exposing it from a heavily included header such as
types.hh
would speed up the build and avoid polluting the environment with a lot of macros.This would hopefully make it easier to merge these changes upstream and make the code less fragile.
The text was updated successfully, but these errors were encountered: