mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[NTOSKRNL]
- Attempt to fix 3rd stage boot svn path=/trunk/; revision=54445
This commit is contained in:
parent
a1c0d36034
commit
e5a8d70847
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ CmpOpenHiveFiles(IN PCUNICODE_STRING BaseName,
|
|||
}
|
||||
|
||||
/* Setup the flags */
|
||||
IoFlags = FILE_OPEN_FOR_BACKUP_INTENT |
|
||||
IoFlags = //FILE_OPEN_FOR_BACKUP_INTENT |
|
||||
FILE_NO_COMPRESSION |
|
||||
FILE_RANDOM_ACCESS |
|
||||
(NoBuffering ? FILE_NO_INTERMEDIATE_BUFFERING : 0);
|
||||
|
|
Loading…
Reference in a new issue