4 Jun
2024
4 Jun
'24
7:55 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/propsheet.c:
if(ret == -1) break;
- if(!IsDialogMessageW(hwnd, &msg)) + if(!PROPSHEET_IsDialogMessage(hwnd, &msg))
The change looks good to fine. It would be better if you could add a test. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5761#note_72282