The current size set to these buttons is too small when in HiDPI. And toolbar doesn't resize buttons for HiDPI, so we will need to reset it with TB_SETBUTTONSIZE manually.
On Windows with a 250% scale:

vs

--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2802
For example, on x86_64, value of sp on begin of callee must be 16n-8, because sp was 16n before instruction "call" on caller. But initilize value of sp on signal stack is 16n instead of 16n-8. It may cause error when store and load xmm register.
add "force_align_arg_pointer" to hanlder of signal can avoid potential risks
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2794