mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +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->Version = HSYS_MINOR;
|
||||
#if (NTDDI_VERSION < NTDDI_VISTA)
|
||||
Hive->Log = (FileType == HFILE_TYPE_LOG);
|
||||
#endif
|
||||
Hive->HiveFlags = HiveFlags & ~HIVE_NOLAZYFLUSH;
|
||||
|
||||
switch (OperationType)
|
||||
|
|
Loading…
Reference in a new issue