mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[LDR]
- Fix invalid errors about "system DLL kernel32.dll was relocated in memory". This reverts my previous fix suggested by rafalh and puts a better explanation there in comments. svn path=/trunk/; revision=54629
This commit is contained in:
@@ -1397,8 +1397,8 @@ SkipCheck:
|
||||
}
|
||||
}
|
||||
|
||||
/* Check if this was a non-relocatable DLL or a known dll */
|
||||
if (!RelocatableDll || KnownDll)
|
||||
/* Known DLLs are not allowed to be relocated */
|
||||
if (KnownDll && !RelocatableDll)
|
||||
{
|
||||
/* Setup for hard error */
|
||||
HardErrorParameters[0] = (ULONG_PTR)&IllegalDll;
|
||||
|
||||
Reference in New Issue
Block a user