Skip to content

Conversation

@tbeckley
Copy link

@tbeckley tbeckley commented Nov 26, 2024

Seems like HIDPI breaks builds with GCC installed through mingw and sometimes on WSL too. It's not a great fix but at least this lets us windows-gnu users build the library. Works in a quick test program but I don't even really know what HiDPI is so I have no idea if this is the right fix.

Possibly fixes #42 (and fixes my issue...)

Copy link
Owner

@jdm jdm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this is a reasonable solution if that API simply is not available in non-msvc builds.

@jdm jdm merged commit b6bf0d6 into jdm:master Dec 2, 2024
3 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.

Custom build command fails: "error: call to undeclared function 'SetProcessDpiAwareness'"

2 participants