mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 18:09:43 +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;
|
PVOID BlockPtr;
|
||||||
BOOLEAN Success;
|
BOOLEAN Success;
|
||||||
|
|
||||||
DPRINT1("FIXME: HvpWriteLog doesn't do anything atm\n");
|
UNIMPLEMENTED;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
ASSERT(RegistryHive->ReadOnly == FALSE);
|
ASSERT(RegistryHive->ReadOnly == FALSE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue