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
seems on my windows system OPAQUE is already #define'd in a windows header, which then breaks helum-math build.
The text was updated successfully, but these errors were encountered:
wingdi.h /* Background Modes */ #define TRANSPARENT 1 #define OPAQUE 2 #define BKMODE_LAST 2
Sorry, something went wrong.
No branches or pull requests
seems on my windows system OPAQUE is already #define'd in a windows header, which then breaks helum-math build.
The text was updated successfully, but these errors were encountered: