9 Jun
2025
9 Jun
'25
8:07 p.m.
comctl32/treeview: Prevent default processing in TREEVIEW_SendSimpleNotify when window handle is invalid. SendSimpleNotify should return TRUE when the window handle receiving the message is invalid (e.g. destroyed) to prevent further default message processing. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58211 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8258