mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Open the DLL files as FILE_SHARE_READ to prevent sharing violations.
svn path=/trunk/; revision=12907
This commit is contained in:
@@ -618,7 +618,7 @@ LdrpMapDllImageFile(IN PWSTR SearchPath OPTIONAL,
|
||||
GENERIC_READ|SYNCHRONIZE,
|
||||
&FileObjectAttributes,
|
||||
&IoStatusBlock,
|
||||
0,
|
||||
FILE_SHARE_READ,
|
||||
FILE_SYNCHRONOUS_IO_NONALERT);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user