11 Nov
2022
11 Nov
'22
12:35 p.m.
Nikolay Sivov (@nsivov) commented about dlls/xmllite/writer.c:
return E_NOTIMPL; }
+static HRESULT write_raw_char(xmlwriteroutput *output, LPCWSTR *context)
If this is going to be used for WriteChars() as well, we'll probably need to pass length/-1. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1334#note_14045