mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:21:51 +00:00
[CMLIB] Fix compiling as NT6+ (#840)
Addendum to r70582 (734bc291
).
CORE-12596
This commit is contained in:
parent
df053b7d16
commit
cb072fd0fe
1 changed files with 2 additions and 0 deletions
|
@ -556,7 +556,9 @@ HvInitialize(
|
||||||
Hive->BaseBlockAlloc = sizeof(HBASE_BLOCK); // == HBLOCK_SIZE
|
Hive->BaseBlockAlloc = sizeof(HBASE_BLOCK); // == HBLOCK_SIZE
|
||||||
|
|
||||||
Hive->Version = HSYS_MINOR;
|
Hive->Version = HSYS_MINOR;
|
||||||
|
#if (NTDDI_VERSION < NTDDI_VISTA)
|
||||||
Hive->Log = (FileType == HFILE_TYPE_LOG);
|
Hive->Log = (FileType == HFILE_TYPE_LOG);
|
||||||
|
#endif
|
||||||
Hive->HiveFlags = HiveFlags & ~HIVE_NOLAZYFLUSH;
|
Hive->HiveFlags = HiveFlags & ~HIVE_NOLAZYFLUSH;
|
||||||
|
|
||||||
switch (OperationType)
|
switch (OperationType)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue