- Sync crypt32, jscript, mapi32, mlang, msctf, msvcrt20, msvcrt40, msxml3, snmpapi, urlmon with Wine head

svn path=/trunk/; revision=39867
This commit is contained in:
Dmitry Chapyshev 2009-03-04 15:29:32 +00:00
parent cc48677f8e
commit f98dc905a0
20 changed files with 1172 additions and 867 deletions

View file

@ -387,6 +387,11 @@ static HRESULT get_node(
if ( !out )
return E_INVALIDARG;
/* if we dont have a doc, use our parent. */
if(node && !node->doc && node->parent)
node->doc = node->parent->doc;
*out = create_node( node );
if (!*out)
return S_FALSE;