commit | 47a6f31fe2cc2199246d41b9d61a8db46bc17bd1 | [log] [tgz] |
---|---|---|
author | Chris Morgan <cmorgan@wpi.edu> | Sun Jun 04 01:34:48 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jun 04 01:34:48 2000 +0000 |
tree | 98aa8749c65946c8019ee9540c0e289071d886cd | |
parent | 3cbc16854f2db2b865e4357306a2b7932b3f2ddf [diff] [blame] |
Added defines for LVSCW_AUTOSIZE/_USEHEADER.
diff --git a/include/commctrl.h b/include/commctrl.h index f73abdc..bb9632a 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -2304,6 +2304,9 @@ #define WC_LISTVIEWW L"SysListView32" #define WC_LISTVIEW WINELIB_NAME_AW(WC_LISTVIEW) +#define LVSCW_AUTOSIZE -1 +#define LVSCW_AUTOSIZE_USEHEADER -2 + #define LVS_ICON 0x0000 #define LVS_REPORT 0x0001 #define LVS_SMALLICON 0x0002