Add missing ListView_GetViewRect() macro.
This commit is contained in:
parent
03ce33f629
commit
2f2c08db8c
|
@ -3545,6 +3545,9 @@ typedef struct NMLVSCROLL
|
|||
#define ListView_SetSelectionMark(hwndLV, iItem) \
|
||||
(int)SNDMSG((hwndLV), LVM_SETSELECTIONMARK, 0, (LPARAM)(iItem))
|
||||
|
||||
#define ListView_GetViewRect(hwndLV, prc) \
|
||||
(BOOL)SNDMSG((hwndLV),LVM_GETVIEWRECT,0,(LPARAM)(LPRECT)(prc))
|
||||
|
||||
/* Tab Control */
|
||||
|
||||
#define WC_TABCONTROL16 "SysTabControl"
|
||||
|
|
Loading…
Reference in New Issue