Alex Henrie : include: Add LV_COLUMN[AW].
Module: wine Branch: master Commit: 8aef70a997943fe4cc5b93e648903e656a350afa URL: https://gitlab.winehq.org/wine/wine/-/commit/8aef70a997943fe4cc5b93e648903e6... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Wed Oct 12 21:12:22 2022 -0600 include: Add LV_COLUMN[AW]. 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
participants (1)
-
Alexandre Julliard