[PATCH 2/2] include: Fix a typo.

Alex Henrie alexhenrie24 at gmail.com
Thu Aug 16 00:05:53 CDT 2018


On Wed, Aug 15, 2018 at 10:55 PM Zhiyi Zhang <zzhang at codeweavers.com> wrote:
>
> Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
> ---
>  include/commctrl.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/commctrl.h b/include/commctrl.h
> index c01d7c2e5a..455f8a42ca 100644
> --- a/include/commctrl.h
> +++ b/include/commctrl.h
> @@ -2792,7 +2792,7 @@ typedef struct tagTVITEMCHANGE

Shouldn't you change "tagTVITEMCHANGE" to "tagNMTVITEMCHANGE" too?

>      UINT uStateNew;
>      UINT uStateOld;
>      LPARAM lParam;
> -} NVTVITEMCHANGE;
> +} NMTVITEMCHANGE;
>
>  typedef struct tagNMTVASYNCDRAW
>  {
> --
> 2.18.0
>
>
>



More information about the wine-devel mailing list