TV_ITEM is the old name of TVITEM, shouldn't be used any more.
This commit is contained in:
parent
38de6131f1
commit
e5a2a7a103
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue