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

This commit is contained in:
Andreas Mohr 2005-05-31 13:20:32 +00:00 committed by Alexandre Julliard
parent 38de6131f1
commit e5a2a7a103
1 changed files with 1 additions and 1 deletions

View File

@ -2780,7 +2780,7 @@ typedef struct tagTVKEYDOWN
_TVi.hItem = hti; \
_TVi.stateMask = _mask; \
_TVi.state = data; \
SNDMSG((hwndTV), TVM_SETITEM, 0, (LPARAM)(TV_ITEM *)&_TVi); \
SNDMSG((hwndTV), TVM_SETITEM, 0, (LPARAM)&_TVi); \
}
#define TreeView_GetItemState(hwndTV, hti, mask) \