Added 32x32 icons for TTI_INFO_LARGE, TTI_WARNING_LARGE and TTI_ERROR_LARGE. User-defined icons passed through TTM_SETTITLE message are still drawn as 16x16 icons.
--
v4: explorer.exe: fix handling ballon icon flags
comctl32/tooltip: Support large standard title icons.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6317
And fix the regressions from part1.
--
v2: user32: Remove NtUserDriverCallback* kernel callbacks.
winemac: Route kernel callbacks through user32.
winex11: Route kernel callbacks through user32.
winex11: Use a UINT64 for the foreign_window_proc parameter.
winex11: Wrap x11drv_dnd_post_drop params in a struct.
winex11: Wrap x11drv_dnd_enter_event params in a struct.
winex11: Wrap x11drv_dnd_drop_event params in a struct.
opengl32: Remove unnecessary function addresses.
opengl32: Add missing WOW64 process_attach unixlib entry.
win32u: Add missing thunk lock parameters callback.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6354