Huw Davies : msxml: Implement get_nodeTypedValue.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jan 18 10:50:46 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 917a801d80352cb372c8bfec97a253fad6a69f55
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=917a801d80352cb372c8bfec97a253fad6a69f55

Author: Huw Davies <huw at 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(




More information about the wine-cvs mailing list