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

windows: fix dll filenames vs text encoding #656

Closed
wants to merge 1 commit into from

Conversation

bgoglin
Copy link
Contributor

@bgoglin bgoglin commented Mar 14, 2024

Thanks to MKoep for the report.

Closes #655

Thanks to MKoep for the report.

Closes open-mpi#655

Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
@bgoglin
Copy link
Contributor Author

bgoglin commented Mar 19, 2024

Merged in b4ce807

@bgoglin bgoglin closed this Mar 19, 2024
@bgoglin bgoglin deleted the issue655 branch March 19, 2024 08:50
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.

LoadLibrary("kernel32.dll") should be LoadLibrary(TEXT("kernel32.dll")) in topology-windows.c
1 participant