Zhiyi Zhang : include: Fix a typo.

Alexandre Julliard julliard at winehq.org
Thu Aug 16 13:42:47 CDT 2018


Module: wine
Branch: master
Commit: 632545162ad07ca0c0614c66bb3331a4bac0ebd8
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=632545162ad07ca0c0614c66bb3331a4bac0ebd8

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Thu Aug 16 11:57:34 2018 +0800

include: Fix a typo.

Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/commctrl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index c01d7c2..455f8a4 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
 {




More information about the wine-cvs mailing list