mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
The share disposition isn't necessary for FILE_READ_ATTRIBUTES.
svn path=/trunk/; revision=17912
This commit is contained in:
parent
ed7f5f3976
commit
dbb79dd925
1 changed files with 1 additions and 1 deletions
|
@ -873,7 +873,7 @@ GetFileAttributesExW(LPCWSTR lpFileName,
|
|||
SYNCHRONIZE | FILE_READ_ATTRIBUTES,
|
||||
&ObjectAttributes,
|
||||
&IoStatusBlock,
|
||||
FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE,
|
||||
0,
|
||||
FILE_SYNCHRONOUS_IO_NONALERT);
|
||||
RtlFreeUnicodeString (&FileName);
|
||||
if (!NT_SUCCESS (Status))
|
||||
|
|
Loading…
Reference in a new issue