On Thu Jan 5 11:45:30 2023 +0000, Philip Karlsson Gisslow wrote:
> Thank you for taking the time Bernhard, I am not sure what I am missing,
> the dot after the first sentence? I really want to get this right as I
> would be happy to help out contributing more going forward.
Maybe something along the lines of: "msi: Initialize WINTRUST_DATA to zero." ?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1908#note_20364
This series solves https://bugs.winehq.org/show_bug.cgi?id=54250
The two first patches address proper loading of modules in dbghelp.
There are cases where the path sent in the dll load debug event isn't
the real path to the loaded module.
The two last patches are to expose the real path of the module for
integration in when winedbg acts as a proxy to gdb.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1913
This works fine with the new struct conversions, and is needed
for HDR with native Vulkan games such as Doom Eternal and games using
HDR with DXVK and VKD3D-Proton.
--
v2: winevulkan: Enable VK_EXT_hdr_metadata.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1912