[PATCH v4 4/4] shell32: Partially implement IShellItemImageFactory (icon only, no thumbnail).

Nikolay Sivov nsivov at codeweavers.com
Sat Apr 23 16:27:09 CDT 2022



On 4/23/22 20:53, Jinoh Kang wrote:
> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52673
> Signed-off-by: Jinoh Kang <jinoh.kang.kr at gmail.com>
> ---
>
> Notes:
>      v1 -> v2: no changes
>      
>      v3 -> v4:
>      - Remove patch "shell32: Factor out ShellItem_get_uiobject."
>      - Use IShellItem2_BindToHandler instead of factoring out
>        ShellItem_get_uiobject
>      - Use CreateCompatibleDC(NULL) instead of GetDC(NULL)
>      - Remove new dependency on win32u, use GetIconInfo instead
>      - Remove new dependency on windowcodecs, use gdiplus instead
>
I probably missed earlier iterations, but why do you need to use gdiplus 
at all?



More information about the wine-devel mailing list