Skip to content

Comments

Set proper return value from WM_DESTROY message on Windows#75

Merged
cottsay merged 1 commit intomasterfrom
cottsay/win-notify-warnings
Oct 11, 2025
Merged

Set proper return value from WM_DESTROY message on Windows#75
cottsay merged 1 commit intomasterfrom
cottsay/win-notify-warnings

Conversation

@cottsay
Copy link
Member

@cottsay cottsay commented Oct 7, 2025

The documented return value for this message is an integer return code.

https://learn.microsoft.com/en-us/windows/win32/winmsg/wm-destroy#return-value

Closes #64

The documented return value for this message is an integer return code.
@cottsay cottsay self-assigned this Oct 7, 2025
@cottsay cottsay added the bug Something isn't working label Oct 7, 2025
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@cottsay cottsay merged commit e535828 into master Oct 11, 2025
19 checks passed
@cottsay cottsay deleted the cottsay/win-notify-warnings branch October 11, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

WNDPROC return value cannot be converted to LRESULT

3 participants