17 Oct
2022
17 Oct
'22
4:01 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 22750a5b9c4..7960627767a 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -1835,6 +1835,8 @@ typedef struct tagTOOLINFOW { #define TTTOOLINFO WINELIB_NAME_AW(TTTOOLINFO) #define TOOLINFO WINELIB_NAME_AW(TTTOOLINFO) +#define TOOLINFOA TTTOOLINFOA +#define TOOLINFOW TTTOOLINFOW #define PTOOLINFO WINELIB_NAME_AW(PTOOLINFO) #define LPTTTOOLINFO WINELIB_NAME_AW(LPTTTOOLINFO) #define LPTOOLINFO WINELIB_NAME_AW(LPTOOLINFO) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1075