mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[FREELDR] Set LDRP_DRIVER_DEPENDENT_DLL where necessary. (#1951)
This commit is contained in:
parent
b3f45a25c5
commit
fc9c3fe6f7
1 changed files with 2 additions and 0 deletions
|
@ -371,6 +371,8 @@ PeLdrpLoadAndScanReferencedDll(
|
|||
return Success;
|
||||
}
|
||||
|
||||
(*DataTableEntry)->Flags |= LDRP_DRIVER_DEPENDENT_DLL;
|
||||
|
||||
/* Scan its dependencies too */
|
||||
TRACE("PeLdrScanImportDescriptorTable() calling ourselves for %S\n",
|
||||
VaToPa((*DataTableEntry)->BaseDllName.Buffer));
|
||||
|
|
Loading…
Reference in a new issue