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

Fix compile error by using i686-pc-windows-msvc #1998

Merged
merged 1 commit into from
May 16, 2022
Merged

Conversation

kumattau
Copy link
Contributor

@kumattau kumattau commented May 16, 2022

This PR is to fix compile error by using i686-pc-windows-msvc related to my #1976.

const ISC_SHOWUICOMPOSITIONWINDOW: LPARAM = 2147483648;

I should have defined ISC_SHOWUICOMPOSITIONWINDOW in DWORD (u32) because LPARAM (isize) cannot accept 2147483648 (0x80000000) when pointer size is 32bit.

This fix is not important at all because wezterm does not support 32bit windows.
So, if you don't need the fix, please close the PR.

@wez wez merged commit bf0f502 into wez:main May 16, 2022
@wez
Copy link
Owner

wez commented May 16, 2022

Thanks!

@kumattau kumattau deleted the type-mismatch branch May 17, 2022 00:22
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.

2 participants