From 47a6f31fe2cc2199246d41b9d61a8db46bc17bd1 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 4 Jun 2000 01:34:48 +0000 Subject: [PATCH] Added defines for LVSCW_AUTOSIZE/_USEHEADER. --- include/commctrl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/commctrl.h b/include/commctrl.h index f73abdc0479..bb9632a3873 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -2304,6 +2304,9 @@ typedef struct tagNMTVGETINFOTIPW #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 -- 2.11.4.GIT