mirror of
https://github.com/reactos/reactos.git
synced 2025-07-04 20:21:22 +00:00
|NTOSKRNL]
- fix operands precedence svn path=/trunk/; revision=54439
This commit is contained in:
parent
bc4029e9c3
commit
f3942a15e7
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ CmpOpenHiveFiles(IN PCUNICODE_STRING BaseName,
|
||||||
IoFlags = FILE_OPEN_FOR_BACKUP_INTENT |
|
IoFlags = FILE_OPEN_FOR_BACKUP_INTENT |
|
||||||
FILE_NO_COMPRESSION |
|
FILE_NO_COMPRESSION |
|
||||||
FILE_RANDOM_ACCESS |
|
FILE_RANDOM_ACCESS |
|
||||||
(NoBuffering) ? FILE_NO_INTERMEDIATE_BUFFERING : 0;
|
(NoBuffering ? FILE_NO_INTERMEDIATE_BUFFERING : 0);
|
||||||
|
|
||||||
/* Set share and access modes */
|
/* Set share and access modes */
|
||||||
if ((CmpMiniNTBoot) && (CmpShareSystemHives))
|
if ((CmpMiniNTBoot) && (CmpShareSystemHives))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue