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( ...@@ -557,8 +557,8 @@ static HRESULT WINAPI xmlnode_get_nodeTypedValue(
IXMLDOMNode *iface, IXMLDOMNode *iface,
VARIANT* typedValue) VARIANT* typedValue)
{ {
FIXME("\n"); FIXME("ignoring data type\n");
return E_NOTIMPL; return xmlnode_get_nodeValue(iface, typedValue);
} }
static HRESULT WINAPI xmlnode_put_nodeTypedValue( 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