mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[PSDK]
add LVSIL_GROUPHEADER definition to commctrl.h svn path=/trunk/; revision=47546
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user