[FREELDR] Remove the 'Setup' parameter of the LoadAndBootWindowsCommon() function.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 2 Nov 2020 23:13:05 +0000 (00:13 +0100)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 3 Nov 2020 00:51:48 +0000 (01:51 +0100)
commit58866a112a14e727a6475a8b76239a0a645b851a
tree7fdddb6b8e24d12bff5cd1500efcac7890087e53
parent64ca7f642743851dcb1ffb2d4102fe5e8914a788
[FREELDR] Remove the 'Setup' parameter of the LoadAndBootWindowsCommon() function.

This parameter is not needed since it's possible to determine, from
within this function, whether or not we are in Setup mode, by just
looking for the presence of a non NULL LoaderBlock->SetupLdrBlock.
boot/freeldr/freeldr/ntldr/setupldr.c
boot/freeldr/freeldr/ntldr/winldr.c
boot/freeldr/freeldr/ntldr/winldr.h