8 Mar
2023
8 Mar
'23
5:59 p.m.
Esme Povirk (@madewokherd) commented about dlls/comdlg32/itemdlg.c:
button[1].dwData = 0; button[1].iString = 0;
- SendMessageW(htoolbar, TB_ADDBUTTONSW, 2, (LPARAM)button); + if (view_icons_index >= 0)
In what situation does the earlier TB_ADDBITMAP call fail? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2348#note_26414