mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Open file with FILE_SHARE_READ in LdrLoadModule
svn path=/trunk/; revision=15458
This commit is contained in:
parent
ca088cc13c
commit
d7e937747c
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ LdrLoadModule(
|
||||||
GENERIC_READ,
|
GENERIC_READ,
|
||||||
&ObjectAttributes,
|
&ObjectAttributes,
|
||||||
&IoStatusBlock,
|
&IoStatusBlock,
|
||||||
0,
|
FILE_SHARE_READ,
|
||||||
FILE_SYNCHRONOUS_IO_NONALERT);
|
FILE_SYNCHRONOUS_IO_NONALERT);
|
||||||
CHECKPOINT;
|
CHECKPOINT;
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
|
|
Loading…
Reference in a new issue