20 Jul
2025
20 Jul
'25
3:20 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/shell32/iconcache.c:
return -1; }
+/**************************************************************************** + * StockIconIdToResourceId [SHELL32.@] + * + * Map the SHSTOCKICONID value to shresdef.h IDI_ values + */ +INT StockIconIdToResourceId(SHSTOCKICONID id) +{ + return id + 1; I don't think this worth adding a function.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8367#note_110410