- Changes to allow WNetAddConnection*() and WNetCancelConnection*() to succeed
regardless of available providers (where none have been implemented yet).
Allowing for manual configuration outside of wine.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/3966
--
v3: vkd3d-shader/dxil: Read the DXIL input and output signatures.
vkd3d-shader/dxil: Read the DXIL metadata tables.
vkd3d-shader/dxil: Emit an error on allocation failure in dxil_record_to_string().
vkd3d-shader/dxil: Read global constants in sm6_parser_globals_init().
vkd3d-shader/dxil: Read immediate constant arrays.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/372
This matches what is done in the upstream headers; end users
including d3d12.h don't need to explicitly include d3d12sdklayers.h.
Signed-off-by: Martin Storsjö <martin(a)martin.st>
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/373