May 20, 2026
7:54 a.m.
Oh wow that icon procedure is complicated. Thanks for creating the wiki page. My application doesn't care about the position in the shell32 resources at all. It only needs SHGetStockIconInfo(SIID_INFO). I guess the 221/215 conflict is an artifact of how I tried to find that number: Create a .lnk, set the icon of the .lnk and then look at the index in the .lnk. I guess that retrieved the 221st icon in shell32 rather than the resource index. Anyway, I'll update this MR in the next days. I should be able to add it as icon number 1001 without issues and hook it up to SHGetStockIconInfo. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10950#note_140750