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

Remove the VersionHelpers.h and ShellScalingApi.h dependency for the win32drv. #171

Merged
merged 2 commits into from
Oct 3, 2021
Merged

Conversation

MouriNaruto
Copy link
Contributor

@MouriNaruto MouriNaruto commented Oct 3, 2021

@embeddedt

For resolve #170. I hope it can solve your issue.

Kenji Mouri

@embeddedt
Copy link
Member

I needed to add...

#ifndef USER_DEFAULT_SCREEN_DPI
#define USER_DEFAULT_SCREEN_DPI 96
#endif

...in the DEFINES section, as USER_DEFAULT_SCREEN_DPI doesn't seem to be defined on MinGW.

Aside from that, this works perfectly, thank you!

@MouriNaruto
Copy link
Contributor Author

@embeddedt

I have added it. Please check it.

Kenji Mouri

@embeddedt embeddedt merged commit aa0ae1a into lvgl:master Oct 3, 2021
@embeddedt
Copy link
Member

Thanks!

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.

Win32: ShellScalingApi.h not available on MinGW targets
2 participants