This is my first time contributing wine and there are a lot of things I'm not sure about, so any comments are welcome. :)
--
v12: kernel32: add sync barrier test
kernel32: impl sync barrier
https://gitlab.winehq.org/wine/wine/-/merge_requests/4372
I don't think there's any reason to use the conversion context to allocate this memory, it's briefly used to build the host extension list and released right away.
--
v2: winevulkan: Allocate memory for VkInstanceCreateInfo with malloc.
winevulkan: Allocate memory for VkDeviceCreateInfo with malloc.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4488
--
v10: user32: Pass real argument to NtUserGetClassName in RealGetWindowClass{A/W}.
win32u: Add support for retrieving real window class ID across processes.
user32: Set real window class ID for user32 static controls.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4092