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.