Module: wine Branch: refs/heads/master Commit: 917a801d80352cb372c8bfec97a253fad6a69f55 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=917a801d80352cb372c8bfec...
Author: Huw Davies huw@codeweavers.com Date: Wed Jan 18 14:22:23 2006 +0100
msxml: Implement get_nodeTypedValue.
---
dlls/msxml3/node.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/msxml3/node.c b/dlls/msxml3/node.c index 08e991a..0725cae 100644 --- a/dlls/msxml3/node.c +++ b/dlls/msxml3/node.c @@ -557,8 +557,8 @@ static HRESULT WINAPI xmlnode_get_nodeTy 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(