Tiny rename

Andreas Mohr andi at rhlx01.fht-esslingen.de
Mon May 30 08:19:13 CDT 2005


Hi all,

TV_ITEM is the old name of TVITEM, shouldn't be used any more.

Andreas Mohr
-------------- next part --------------
Index: include/commctrl.h
===================================================================
RCS file: /home/wine/wine/include/commctrl.h,v
retrieving revision 1.145
diff -u -r1.145 commctrl.h
--- include/commctrl.h	20 May 2005 09:44:01 -0000	1.145
+++ include/commctrl.h	30 May 2005 13:15:25 -0000
@@ -2780,7 +2780,7 @@
   _TVi.hItem = hti; \
   _TVi.stateMask = _mask; \
   _TVi.state = data; \
-  SNDMSG((hwndTV), TVM_SETITEM, 0, (LPARAM)(TV_ITEM *)&_TVi); \
+  SNDMSG((hwndTV), TVM_SETITEM, 0, (LPARAM)(TVITEM *)&_TVi); \
 }
 
 #define TreeView_GetItemState(hwndTV, hti, mask) \


More information about the wine-patches mailing list