mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:43:06 +00:00
- Sync crypt32, jscript, mapi32, mlang, msctf, msvcrt20, msvcrt40, msxml3, snmpapi, urlmon with Wine head
svn path=/trunk/; revision=39867
This commit is contained in:
parent
cc48677f8e
commit
f98dc905a0
20 changed files with 1172 additions and 867 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue