add LVSIL_GROUPHEADER definition to commctrl.h

svn path=/trunk/; revision=47546
This commit is contained in:
Timo Kreuzer 2010-06-03 17:52:23 +00:00
parent fbb71f36dc
commit 279fb08907

View file

@ -2240,6 +2240,7 @@ extern "C" {
#define LVSIL_NORMAL 0
#define LVSIL_SMALL 1
#define LVSIL_STATE 2
#define LVSIL_GROUPHEADER 3
#define LVM_SETIMAGELIST (LVM_FIRST+3)
#define ListView_SetImageList(hwnd,himl,iImageList) (HIMAGELIST)SNDMSG((hwnd),LVM_SETIMAGELIST,(WPARAM)(iImageList),(LPARAM)(HIMAGELIST)(himl))