[PATCH 0/1] MR1053: include: Add LV_COLUMN[AW].
Needed to compile Tera Term. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1053
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
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=124964 Your paranoid android. === debian11 (build log) === Use of uninitialized value $Flaky in addition (+) at /home/testbot/lib/WineTestBot/LogUtils.pm line 720, <$LogFile> line 24849. Use of uninitialized value $Flaky in addition (+) at /home/testbot/lib/WineTestBot/LogUtils.pm line 720, <$LogFile> line 24849. Use of uninitialized value $Flaky in addition (+) at /home/testbot/lib/WineTestBot/LogUtils.pm line 720, <$LogFile> line 24849.
participants (3)
-
Alex Henrie -
Alex Henrie (@alexhenrie) -
Marvin