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

change windows.h include to lowercase to improve mingw compatibility #4564

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

Crghilardi
Copy link
Contributor

This PR changes a single instance of Windows.h to it's lowercase form. All other instances of windows.h includes are already lowercase with the exception of this one.

When building on Windows, a case-insensitive file-system is usually employed, but when cross-compiling on a Linux host for a Windows target case-senstive file-systems are more common. MinGW consistently uses lowercase names for all libraries and header files.

@dalg24-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link
Contributor

@masterleinad masterleinad left a comment

Choose a reason for hiding this comment

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

Looks good to me.

Copy link
Member

@dalg24 dalg24 left a comment

Choose a reason for hiding this comment

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

Please rebase you PR onto the develop branch and under the "edit" tab reset the base of your pull request from master to develop

@Crghilardi Crghilardi changed the base branch from master to develop November 30, 2021 20:40
@Crghilardi
Copy link
Contributor Author

@dalg24 Would you be able to help with the rebase? I don't know how to do that without it wanting to review many merge conflicts. Alternatively, I can close this an re-submit on a new branch.

@dalg24
Copy link
Member

dalg24 commented Nov 30, 2021

@dalg24 Would you be able to help with the rebase? I don't know how to do that without it wanting to review many merge conflicts. Alternatively, I can close this an re-submit on a new branch.

I will take care of it and push to your branch

@dalg24 dalg24 force-pushed the cg/lowercase-windows-include branch from a04e807 to 70772a2 Compare November 30, 2021 22:47
@crtrott crtrott merged commit ffb2c73 into kokkos:develop Dec 1, 2021
@Crghilardi Crghilardi deleted the cg/lowercase-windows-include branch December 1, 2021 17:04
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

5 participants