[USETUP] Add SETUP_INIT_PAGE in the list of virtual pages.

This commit is contained in:
Hermès Bélusca-Maïto 2018-12-23 21:00:56 +01:00
parent d6141954f2
commit 02e4ff8eb3
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 4 additions and 2 deletions

View file

@ -4690,8 +4690,10 @@ RunUSetup(VOID)
Page = QuitPage(&Ir); Page = QuitPage(&Ir);
break; break;
case RECOVERY_PAGE: /* Virtual pages */
case SETUP_INIT_PAGE:
case REBOOT_PAGE: case REBOOT_PAGE:
case RECOVERY_PAGE:
break; break;
} }
} }

View file

@ -75,7 +75,7 @@ extern PCWSTR SelectedLanguageId;
typedef enum _PAGE_NUMBER typedef enum _PAGE_NUMBER
{ {
SETUP_INIT_PAGE, SETUP_INIT_PAGE, /* Virtual page */
LANGUAGE_PAGE, LANGUAGE_PAGE,
WELCOME_PAGE, WELCOME_PAGE,
LICENSE_PAGE, LICENSE_PAGE,