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

Correct x86 stdcall signature size calculation #1674

Merged
merged 5 commits into from
Apr 9, 2022
Merged

Correct x86 stdcall signature size calculation #1674

merged 5 commits into from
Apr 9, 2022

Conversation

kennykerr
Copy link
Collaborator

@kennykerr kennykerr commented Apr 8, 2022

This fixes a few issues with the way the signature size is calculated and adds a bunch of tests to ensure this is preserved.

Fixes #1669

@kennykerr
Copy link
Collaborator Author

So we have a clean build and tests pass. Now I've added a test for AlphaBlend that should break the build without updated libs.

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.

Bug: AlphaBlend target i686-pc-windows-msvc does not link Msimg32.lib
2 participants