mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[USETUP] Add SETUP_INIT_PAGE in the list of virtual pages.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user