[PATCH v2] comctl32/imagelist: fix ImageList_Read/Write.

Nikolay Sivov nsivov at codeweavers.com
Mon Jun 25 00:15:18 CDT 2018


On 06/21/2018 05:53 PM, Denis Malikov wrote:

> diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c
> index a08d60752e..eadbf134b4 100644
> --- a/dlls/comctl32/imagelist.c
> +++ b/dlls/comctl32/imagelist.c
> @@ -80,9 +80,11 @@ struct _IMAGELIST
>       BOOL    color_table_set;
>   
>       LONG        ref;                       /* reference count */
> +    USHORT      usVersion;                 /* keep stream version here */
>   };

Now this new field is not used anywhere.



More information about the wine-devel mailing list