mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:12:55 +00:00
[CMLIB] Minor code style changes only: Use slightly more explicit signature #define names so that we know to which hive structure they correspond.
This commit is contained in:
parent
83fdb9a6d9
commit
70180ee06a
3 changed files with 17 additions and 9 deletions
|
@ -31,7 +31,7 @@ HvpAddBin(
|
|||
return NULL;
|
||||
RtlZeroMemory(Bin, BinSize);
|
||||
|
||||
Bin->Signature = HV_BIN_SIGNATURE;
|
||||
Bin->Signature = HV_HBIN_SIGNATURE;
|
||||
Bin->FileOffset = RegistryHive->Storage[Storage].Length *
|
||||
HBLOCK_SIZE;
|
||||
Bin->Size = (ULONG)BinSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue