Skip to content

Set proper return value from WM_DESTROY message on Windows - #75

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

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

Conversation

@cottsay

@cottsay cottsay commented Oct 7, 2025

Copy link
Copy Markdown
Member

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
Copy Markdown

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
@cottsay cottsay modified the milestones: 0.3.0, 0.3.1 Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WNDPROC return value cannot be converted to LRESULT

3 participants