Commit 917a801d authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

msxml: Implement get_nodeTypedValue.

parent 2d08465b
......@@ -557,8 +557,8 @@ static HRESULT WINAPI xmlnode_get_nodeTypedValue(
IXMLDOMNode *iface,
VARIANT* typedValue)
{
FIXME("\n");
return E_NOTIMPL;
FIXME("ignoring data type\n");
return xmlnode_get_nodeValue(iface, typedValue);
}
static HRESULT WINAPI xmlnode_put_nodeTypedValue(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment