mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
reg.c enable copy tree
This commit is contained in:
parent
bed4638f69
commit
8dfdecdbb7
1 changed files with 2 additions and 0 deletions
|
@ -445,6 +445,7 @@ RegCloseKey(HKEY hKey)
|
|||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
#endif // _ADVAPI32_VISTA_
|
||||
|
||||
static NTSTATUS
|
||||
RegpCopyTree(IN HKEY hKeySrc,
|
||||
|
@ -804,6 +805,7 @@ Cleanup2:
|
|||
return ERROR_SUCCESS;
|
||||
}
|
||||
|
||||
#ifndef _ADVAPI32_VISTA_
|
||||
|
||||
/************************************************************************
|
||||
* RegCopyTreeA
|
||||
|
|
Loading…
Reference in a new issue