mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +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);
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue