24 Sep
2024
24 Sep
'24
12:44 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/uxtheme/msstyles.c:
if (!bmp || GetObjectW( bmp, sizeof(dib), &dib ) != sizeof(dib)) return FALSE;
if (dib.dsBmih.biCompression != BI_RGB)
The regression probably applies to other bitmap compression formats as well. For example, BI_BITFIELDS. But then the other formats seem unused by theme files so they might be safe to ignore. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6547#note_83137