From 632545162ad07ca0c0614c66bb3331a4bac0ebd8 Mon Sep 17 00:00:00 2001 From: Zhiyi Zhang Date: Thu, 16 Aug 2018 11:57:34 +0800 Subject: [PATCH] include: Fix a typo. Signed-off-by: Zhiyi Zhang Signed-off-by: Alexandre Julliard --- include/commctrl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/commctrl.h b/include/commctrl.h index c01d7c2e5a2..455f8a42ca6 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -2792,7 +2792,7 @@ typedef struct tagTVITEMCHANGE UINT uStateNew; UINT uStateOld; LPARAM lParam; -} NVTVITEMCHANGE; +} NMTVITEMCHANGE; typedef struct tagNMTVASYNCDRAW {