18 Jun
2025
18 Jun
'25
8:09 p.m.
Nikolay Sivov (@nsivov) commented about dlls/comctl32/listview.c:
/* if the app stores all the data, handle it separately */ if (infoPtr->dwStyle & LVS_OWNERDATA) { - dispInfo.item.state = 0; + if ((lpLVItem->mask & LVIF_STATE)) lpLVItem->state = 0;
Remove extra parentheses please, the rest seems fine. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8330#note_107101