mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[VFATLIB]
Set SYNCHRONIZE where missing svn path=/trunk/; revision=69771
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user