On Wed May 20 17:09:02 2026 +0000, Stefan Dösinger wrote:
Is the statement true though? I'll check the native DLL and add a comment So the numbering is still a mystery to me.
I looked at XP's shell32.exe with Resource Hacker, and the icons in question are listed as numbers 973 to 981. Only if I export the entire ICONS group to a .rc file does the number 1001 show up. The icons that were first listed as 973-981 end up in a file ICON1001_1.ico, and the generated .rc file has `1001 ICON "ICON1001_1.ico"`. Very mysterious. But the generated files indeed have a hole from 513 to 1000 (inclusive). Win11's shell32.dll has no icons at all, I guess it is redirected to a different DLL and Resource Hacker doesn't show that. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10950#note_140836