reg.c enable copy tree

This commit is contained in:
Timo Kreuzer 2023-11-20 23:06:59 +02:00
parent bed4638f69
commit 8dfdecdbb7

View file

@ -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