13 Oct
2022
13 Oct
'22
11:05 a.m.
From: Alex Henrie <alexhenrie24(a)gmail.com> Needed to compile Tera Term. --- include/commctrl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/commctrl.h b/include/commctrl.h index 725ef64764f..22750a5b9c4 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -3605,6 +3605,8 @@ typedef struct tagLVCOLUMNW #define LVCOLUMN_V1_SIZE WINELIB_NAME_AW(LVCOLUMN_V1_SIZE) #define LV_COLUMN LVCOLUMN +#define LV_COLUMNA LVCOLUMNA +#define LV_COLUMNW LVCOLUMNW typedef struct tagNMLISTVIEW -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1053