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

Explicitly link the shell32. #5

Merged
merged 1 commit into from Mar 9, 2019
Merged

Explicitly link the shell32. #5

merged 1 commit into from Mar 9, 2019

Conversation

tasogare3710
Copy link
Contributor

@tasogare3710 tasogare3710 commented Dec 22, 2018

Changed to link explicitly because std crate no longer depends on the shell32.
This change of std crate does affect, currently the nightly only.

For details, please see rust-lang/rust@81de5d9


I'm sorry. I forgot to write the reason for this change.

PDCurses Win32a uses shell32 's ExtractIconW function, but because std crate no longer links shell32, pdcurses- sys crate fails to link programs that use the win32a feature and use it.

@ihalila
Copy link
Owner

ihalila commented Mar 9, 2019

Thanks for the pull request!

@tasogare3710
Copy link
Contributor Author

Thank you for merging my PR.

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.

None yet

2 participants