mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[USETUP] Add SETUP_INIT_PAGE in the list of virtual pages.
This commit is contained in:
parent
d6141954f2
commit
02e4ff8eb3
2 changed files with 4 additions and 2 deletions
|
@ -4690,8 +4690,10 @@ RunUSetup(VOID)
|
|||
Page = QuitPage(&Ir);
|
||||
break;
|
||||
|
||||
case RECOVERY_PAGE:
|
||||
/* Virtual pages */
|
||||
case SETUP_INIT_PAGE:
|
||||
case REBOOT_PAGE:
|
||||
case RECOVERY_PAGE:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -75,7 +75,7 @@ extern PCWSTR SelectedLanguageId;
|
|||
|
||||
typedef enum _PAGE_NUMBER
|
||||
{
|
||||
SETUP_INIT_PAGE,
|
||||
SETUP_INIT_PAGE, /* Virtual page */
|
||||
LANGUAGE_PAGE,
|
||||
WELCOME_PAGE,
|
||||
LICENSE_PAGE,
|
||||
|
|
Loading…
Reference in a new issue