Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
None
Description
reactos-bootcd-0.4.15-dev-8102-g108db8f-x86-gcc-lin-dbg
SHGetFileInfoW is missing support for SHGFI_SHELLICONSIZE (which is indeed used by Total Installer from RAPPS) leading to log spam of
fixme:(dll/win32/shell32/wine/shell32_main.c:622) set icon to shell size, stub |
SHGetFileInfoW is located in dll/win32/shell32/wine/shell32_main.c : https://git.reactos.org/?p=reactos.git;a=blob;f=dll/win32/shell32/wine/shell32_main.c;hb=18877737af74cf3c07de329eaf96fc253760a565#l622
This is now correctly supported by Wine : https://github.com/wine-mirror/wine/blob/master/dlls/shell32/shell32_main.c#L437