March 11, 2026
5:32 a.m.
Nikolay Sivov (@nsivov) commented about dlls/comctl32/tests/treeview.c:
DestroyWindow(hTree); }
+/* Create a 3-state (unchecked/checked/indeterminate) image list */ +static HIMAGELIST setup_3state_imagelist(HWND wndTree) +{ + int itemHeight; + HDC dc; HBITMAP bmp; + RECT rcDraw; + const HBRUSH brush = (HBRUSH)GetStockObject(DC_BRUSH); + HIMAGELIST images; + HGDIOBJ restore;
Use only spaces for new tests please. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10207#note_131807