[Git][wine/wine][master] comctl32/taskdialog: Protect WM_COMMAND handler from partially initialized dialog.
Alexandre Julliard pushed to branch master at wine / wine Commits: 23950641 by Nikolay Sivov at 2025-05-19T16:36:37+02:00 comctl32/taskdialog: Protect WM_COMMAND handler from partially initialized dialog. It's possible to get WM_COMMAND(BN_CLICKED) during initialization in taskdialog_init(), when window property is not yet set. Exceptions are swallowed on win32u transition. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> - - - - - 1 changed file: - dlls/comctl32/taskdialog.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/23950641b5a9fdd776fa7274ea0b6f8... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/23950641b5a9fdd776fa7274ea0b6f8... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)