Skip to content

shims: repair the build on Windows i686 #569

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

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

compnerd
Copy link
Member

The Windows i686 builds expect this function to use the stdcall calling
convention. The implementation correctly decorates the function to do
so. However, the declaration did not match, which caused a build
failure on windows i686.

The Windows i686 builds expect this function to use the stdcall calling
convention.  The implementation correctly decorates the function to do
so.  However, the declaration did not match, which caused a build
failure on windows i686.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

CC: @rokhinip

@compnerd compnerd merged commit d6e4f7f into swiftlang:main Aug 31, 2021
@compnerd compnerd deleted the calling-convention branch August 31, 2021 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant