j
k
j a
j l
Nikolay Sivov (@nsivov) commented about dlls/xmllite/writer.c:
return E_NOTIMPL; } +static HRESULT write_raw_char(xmlwriteroutput *output, LPCWSTR *context)
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.
Back to the thread
Back to the list