I don't know how to save REG_LINK info on disk, so ignore them. Incidently, fixes...
authorHervé Poussineau <hpoussin@reactos.org>
Sun, 17 Sep 2006 08:44:17 +0000 (08:44 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Sun, 17 Sep 2006 08:44:17 +0000 (08:44 +0000)
svn path=/trunk/; revision=24156

reactos/tools/mkhive/registry.c

index 0a2847e..9a7aca0 100644 (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)