12 Nov
2022
12 Nov
'22
9:08 p.m.
Alex Henrie (@alexhenrie) commented about dlls/xmllite/tests/writer.c:
IXmlWriter *writer; IStream *stream; HRESULT hr; + WCHAR surrogates[] = {0xd800, 0xdc00, 'x', 'y', '\0'};
This variable could also be `static const`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1334#note_15540