mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 02:52:13 +00:00
[VFATLIB]
Set SYNCHRONIZE where missing svn path=/trunk/; revision=69771
This commit is contained in:
parent
665981088f
commit
76aa33bda1
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ VfatFormat(IN PUNICODE_STRING DriveRoot,
|
|||
NULL);
|
||||
|
||||
Status = NtOpenFile(&FileHandle,
|
||||
FILE_GENERIC_READ | FILE_GENERIC_WRITE,
|
||||
FILE_GENERIC_READ | FILE_GENERIC_WRITE | SYNCHRONIZE,
|
||||
&ObjectAttributes,
|
||||
&Iosb,
|
||||
FILE_SHARE_READ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue