Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/treeview.c:
!(item->state & TVIS_EXPANDEDONCE)); if (sendsNotifications) {
- if (!TREEVIEW_SendExpanding(infoPtr, item, TVE_EXPAND))
- {
TRACE(" TVN_ITEMEXPANDING returned TRUE, exiting...\n");
return FALSE;
- }
if(TREEVIEW_SendExpanding(infoPtr, item, TVE_EXPAND))
Add a space after if. I notice this has happened multiple times. You might want to check your editor's config.
And it looks good besides these minor style issues. Thanks for working on this.