10 Oct
2018
10 Oct
'18
5:03 p.m.
Louis Lenders <xerox.xerox2000x(a)gmail.com> writes:
+ if (flags & SHGSI_ICON) + { + hmod = GetModuleHandleW(shell32dllW); + if (hmod) + sii->hIcon = LoadIconW(hmod, MAKEINTRESOURCEW(IDI_SHELL_FILE));
Now that we have a bunch of icons, it shouldn't be hard to return them instead of hardcoding IDI_SHELL_FILE. -- Alexandre Julliard julliard(a)winehq.org