30 Jul
2025
30 Jul
'25
11:45 a.m.
Nikolay Sivov (@nsivov) commented about dlls/cryptowinrt/main.c:
{ FIXME("iface %p, buffer %p, value %p stub!\n", iface, buffer, value);
- return E_NOTIMPL; + return WindowsCreateString( NULL, 0, value ); } It's not worth it, we need this implemented to return correct encoded string.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8671#note_111475