https://bugs.winehq.org/show_bug.cgi?id=27680
--- Comment #33 from Justas L bucaneer@gmail.com --- Created attachment 52511 --> https://bugs.winehq.org/attachment.cgi?id=52511 use force_align_arg_pointer in WINAPI on x86_64
This patch fixes the bug in conjunction with patched gcc. With unpatched gcc, it does nothing (because force_align_arg_pointer is not rejected, but merely non-functional on x86_64 prior to the patch).