commit | 02b690dbdb9aff5da8f2ac85b404ea40633ac657 | [log] [tgz] |
---|---|---|
author | Andreas Mohr <andi@rhlx01.fht-esslingen.de> | Fri Nov 19 18:12:12 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Nov 19 18:12:12 2004 +0000 |
tree | 29affcc3e7b303f36f9fa3707286570e867482d8 | |
parent | a90a60866ca1c295f7e6f48880efd41721b7e87a [diff] |
Correct ordering of some defines.
diff --git a/include/commctrl.h b/include/commctrl.h index ecf324d..dfadf7f 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -2896,8 +2896,8 @@ #define LVIF_DI_SETITEM 0x1000 #define LVIR_BOUNDS 0x0000 -#define LVIR_LABEL 0x0002 #define LVIR_ICON 0x0001 +#define LVIR_LABEL 0x0002 #define LVIR_SELECTBOUNDS 0x0003 #define LVIS_FOCUSED 0x0001