Commit e5a2a7a1 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

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

parent 38de6131
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment