[PATCH] Add fixme for unsupport parameter

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Tue Jan 13 15:29:27 CST 2009


---
 dlls/msxml3/domdoc.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c
index a24f16f..11136ab 100644
--- a/dlls/msxml3/domdoc.c
+++ b/dlls/msxml3/domdoc.c
@@ -1312,6 +1312,9 @@ static HRESULT WINAPI domdoc_createNode(
 
     TRACE("(%p)->(type,%s,%s,%p)\n", This, debugstr_w(name), debugstr_w(namespaceURI), node);
 
+    if(namespaceURI && namespaceURI[0])
+        FIXME("nodes with namespaces currently not supported.\n");
+
     hr = get_node_type(Type, &node_type);
     if(FAILED(hr))
         return hr;
-- 
1.5.4.3


--------------000601090306090200020206--



More information about the wine-patches mailing list