mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[FREELDR] Remove trailing whitespace.
This commit is contained in:
@@ -737,11 +737,11 @@ LoadWindowsCore(IN USHORT OperatingSystemVersion,
|
||||
Options = strpbrk(Options, " \t");
|
||||
}
|
||||
|
||||
if (SafeBoot)
|
||||
{
|
||||
PaeDisabled = TRUE;
|
||||
NoexecuteDisabled = TRUE;
|
||||
}
|
||||
if (SafeBoot)
|
||||
{
|
||||
PaeDisabled = TRUE;
|
||||
NoexecuteDisabled = TRUE;
|
||||
}
|
||||
|
||||
/* Load all referenced DLLs for Kernel, HAL and Kernel Debugger Transport DLL */
|
||||
Success = PeLdrScanImportDescriptorTable(&LoaderBlock->LoadOrderListHead, DirPath, *KernelDTE);
|
||||
|
||||
Reference in New Issue
Block a user