23 Aug
2024
23 Aug
'24
1:36 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/comctl32.h:
#define HKY_NONE 2048
/* Tooltip icons */ -#define IDI_TT_INFO_SM 22 -#define IDI_TT_WARN_SM 25 -#define IDI_TT_ERROR_SM 28 +#define IDI_TT_INFO_SM 37 +#define IDI_TT_WARN_SM 40 +#define IDI_TT_ERROR_SM 43 Let's drop this patch. It looks like the indices are not stable across comctl32 v5 and v6 and different system versions.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6317#note_79748