[CMLIB]: Just use UNIMPLEMENTED.

svn path=/trunk/; revision=46003
This commit is contained in:
Sir Richard 2010-03-08 20:46:53 +00:00
parent 02f2e242ff
commit c14fc3dc56

View file

@ -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);