xmllite: Report attribute as non-default for now.

This commit is contained in:
Nikolay Sivov 2013-06-15 22:04:24 +04:00 committed by Alexandre Julliard
parent d315e438a2
commit be8d73d456
1 changed files with 1 additions and 1 deletions

View File

@ -2406,7 +2406,7 @@ static HRESULT WINAPI xmlreader_GetBaseUri(IXmlReader* iface,
static BOOL WINAPI xmlreader_IsDefault(IXmlReader* iface)
{
FIXME("(%p): stub\n", iface);
return E_NOTIMPL;
return FALSE;
}
static BOOL WINAPI xmlreader_IsEmptyElement(IXmlReader* iface)