Correct ordering of some defines.

oldstable
Andreas Mohr 2004-11-19 18:12:12 +00:00 committed by Alexandre Julliard
parent a90a60866c
commit 02b690dbdb
1 changed files with 1 additions and 1 deletions

View File

@ -2896,8 +2896,8 @@ static const WCHAR WC_LISTVIEWW[] = { 'S','y','s',
#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