June 29, 2026
9:12 a.m.
From: Bernhard Übelacker <bernhardu@mailbox.org> --- programs/oleview/tree.c | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/oleview/tree.c b/programs/oleview/tree.c index 0429230f5c8..c08bf308d97 100644 --- a/programs/oleview/tree.c +++ b/programs/oleview/tree.c @@ -564,6 +564,7 @@ static void AddBaseEntries(void) LoadStringW(globals.hMainInst, IDS_TREE_CLO, tvis.item.pszText, MAX_LOAD_STRING); + tvis.item.lParam = 0; tree.hCLO = TreeView_InsertItemW(globals.hTree, &tvis); LoadStringW(globals.hMainInst, IDS_TREE_O1O, tvis.item.pszText, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11279