_mbctolower_l - converts multibyte uppercase character to lowercase character, by using specified locale that's passed in.
More information about these methods are available at:
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/mbctolowe…
More information about application crash:
https://bugs.winehq.org/show_bug.cgi?id=45273
--
v7: msvcrt: Fix error handling in _mbslwr_s_l.
msvcrt: Fix error handling in _mbsupr_s_l.
msvcrt: Add support for multi-byte characters in _mbctoupper_l.
msvcrt: Add support for multi-byte characters in _mbctolower_l.
msvcrt: Fix mbcasemap initialization.
msvcrt: Add _mbsupr_s_l partial implementation.
msvcrt: Add _mbslwr_s_l partial implementation.
msvcrt: Add _mbctoupper_l partial implementation.
msvcrt: Add _mbctolower_l partial implementation.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1090
--
v4: vkd3d-shader/hlsl: Parse UAV types.
vkd3d-shader/hlsl: Parse texture index expressions.
vkd3d-shader/hlsl: Cast array indices inside of add_array_load().
tests: Add a basic shader test for typed UAV loads.
tests: Add a basic shader test for compute shaders.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/30