This should fix recent CI failures. While investigating it, I noticed that larger buffers should not use stack. This part is not yet implemented.
--
v2: user32: Remove unused argument for unpack_message.
win32u: Provide extra space in buffers used to dispatch string getter messages.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4621
Largely based on Nikolay Sivov's original patch and !3096. The files modified from running make_requests and make_specfile have been omitted.
--
v5: ntdll: Implement NtGetNextProcess.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4611
Part 1 of a series to flesh out the VMR7 and implement renderless mode.
This is a very large (and kind of risky) series to try to push upstream just
before code freeze. That said, we're not in code freeze yet, and it is a fix for
a regression...
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4623