[PSDK]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 3 Jun 2010 17:52:23 +0000 (17:52 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 3 Jun 2010 17:52:23 +0000 (17:52 +0000)
add LVSIL_GROUPHEADER definition to commctrl.h

svn path=/trunk/; revision=47546

reactos/include/psdk/commctrl.h

index 2b51c2e..bc452a2 100644 (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))