12 Aug
2024
12 Aug
'24
1:16 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/treeview.c:
TREEVIEW_SendExpanding(const TREEVIEW_INFO *infoPtr, TREEVIEW_ITEM *item, UINT action) { - return !TREEVIEW_SendTreeviewNotify(infoPtr, TVN_ITEMEXPANDINGW, action, + return TREEVIEW_SendTreeviewNotify(infoPtr, TVN_ITEMEXPANDINGW, action, Please keep the parameters aligned to the first parameter. It's off by 1 character.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6218#note_78423