[XMLLITE] Sync with Wine Staging 1.7.37. CORE-9246

svn path=/trunk/; revision=67198
This commit is contained in:
Amine Khaldi 2015-04-15 18:03:03 +00:00
parent 0749fc145c
commit 8a34b7d620
3 changed files with 3 additions and 3 deletions

View file

@ -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;
}

View file

@ -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);

View file

@ -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