5 Feb
2026
5 Feb
'26
8:48 p.m.
Brendan Shanks (@bshanks) commented about dlls/winemac.drv/dllmain.c:
continue; }
+ /* Some apps have inaccurate sizes in the GRPICONDIR. */ + actual_size = min(icon_dir->idEntries[i].dwBytesInRes, ((IMAGE_RESOURCE_DATA_ENTRY *)res_info)->Size);
It does the same thing, but `SizeofResource(NULL, res_info)` would be a bit cleaner? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10036#note_128896