mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 17:30:32 +00:00
[CMLIB]: Just use UNIMPLEMENTED.
svn path=/trunk/; revision=46003
This commit is contained in:
parent
02f2e242ff
commit
c14fc3dc56
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ HvpWriteLog(
|
|||
PVOID BlockPtr;
|
||||
BOOLEAN Success;
|
||||
|
||||
DPRINT1("FIXME: HvpWriteLog doesn't do anything atm\n");
|
||||
UNIMPLEMENTED;
|
||||
return TRUE;
|
||||
|
||||
ASSERT(RegistryHive->ReadOnly == FALSE);
|
||||
|
|
Loading…
Reference in a new issue