mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 04:07:16 +00:00
[XMLLITE] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67198
This commit is contained in:
parent
0749fc145c
commit
8a34b7d620
3 changed files with 3 additions and 3 deletions
|
@ -2661,7 +2661,7 @@ static HRESULT WINAPI xmlreader_GetQualifiedName(IXmlReader* iface, LPCWSTR *nam
|
|||
|
||||
TRACE("(%p)->(%p %p)\n", This, name, len);
|
||||
*name = This->strvalues[StringValue_QualifiedName].str;
|
||||
*len = This->strvalues[StringValue_QualifiedName].len;
|
||||
if (len) *len = This->strvalues[StringValue_QualifiedName].len;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -323,7 +323,7 @@ static HRESULT writeroutput_flush_stream(xmlwriteroutput *output)
|
|||
|
||||
buffer = &output->buffer;
|
||||
|
||||
/* It will loop forever until everything is written or an error occured. */
|
||||
/* It will loop forever until everything is written or an error occurred. */
|
||||
do {
|
||||
written = 0;
|
||||
hr = ISequentialStream_Write(output->stream, buffer->data + offset, buffer->written, &written);
|
||||
|
|
|
@ -224,7 +224,7 @@ reactos/dll/win32/xinput1_1 # Synced to Wine-1.7.27
|
|||
reactos/dll/win32/xinput1_2 # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/xinput1_3 # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/xinput9_1_0 # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/xmllite # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/xmllite # Synced to WineStaging-1.7.37
|
||||
|
||||
reactos/dll/cpl/inetcpl # Synced to Wine-1.7.27
|
||||
|
||||
|
|
Loading…
Reference in a new issue