mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
add a DPRINT1, stating that HvpWriteLog doesn't work atm
svn path=/trunk/; revision=29268
This commit is contained in:
@@ -22,10 +22,12 @@ HvpWriteLog(
|
||||
ULONG LastIndex;
|
||||
PVOID BlockPtr;
|
||||
BOOLEAN Success;
|
||||
return TRUE;
|
||||
|
||||
|
||||
DPRINT1("FIXME: HvpWriteLog doesn't do anything atm\n");
|
||||
return TRUE;
|
||||
|
||||
ASSERT(RegistryHive->ReadOnly == FALSE);
|
||||
|
||||
|
||||
DPRINT("HvpWriteLog called\n");
|
||||
|
||||
if (RegistryHive->HiveHeader->Sequence1 !=
|
||||
|
||||
Reference in New Issue
Block a user