I don't know how to save REG_LINK info on disk, so ignore them. Incidently, fixes "make install_registry"

svn path=/trunk/; revision=24156
This commit is contained in:
Hervé Poussineau 2006-09-17 08:44:17 +00:00
parent 8ef78cb6e6
commit f07b34a9d0

View file

@ -345,8 +345,8 @@ RegSetValueExW(
/* Create the link in registry hive (if applicable) */
if (Key->RegistryHive != DestKey->RegistryHive)
return STATUS_SUCCESS;
lpData = (PUCHAR)&DestKey->KeyCellOffset;
cbData = sizeof(HCELL_INDEX);
DPRINT1("Save link to registry\n");
return STATUS_NOT_IMPLEMENTED;
}
if ((cbData & REG_DATA_SIZE_MASK) != cbData)