commit | 7038bb2f835d35225ec5f440fde06c963a80e752 | [log] [tgz] |
---|---|---|
author | Kouji Sasaki <taro-x@justsystem.co.jp> | Wed May 18 09:43:23 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed May 18 09:43:23 2005 +0000 |
tree | 7373684b48f217791c4b40488b238683a35780d7 | |
parent | d840f2c1145a0cda2b15d564e095362efdecefb1 [diff] [blame] |
Exchanged the values for LVA_ALIGNLEFT style and LVA_DEFAULT style.
diff --git a/include/commctrl.h b/include/commctrl.h index 0c82876..429c1fd 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -3160,8 +3160,8 @@ #define LVN_GETINFOTIPW (LVN_FIRST-58) #define LVN_GETINFOTIP WINELIB_NAME_AW(LVN_GETINFOTIP) -#define LVA_ALIGNLEFT 0x0000 -#define LVA_DEFAULT 0x0001 +#define LVA_DEFAULT 0x0000 +#define LVA_ALIGNLEFT 0x0001 #define LVA_ALIGNTOP 0x0002 #define LVA_SNAPTOGRID 0x0005