mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +00:00
[SETUPLIB][USETUP] Fix build about switch
This commit is contained in:
parent
7426a31770
commit
bfea773ee5
1 changed files with 3 additions and 0 deletions
|
@ -5106,6 +5106,9 @@ RunUSetup(VOID)
|
||||||
case REBOOT_PAGE:
|
case REBOOT_PAGE:
|
||||||
case RECOVERY_PAGE:
|
case RECOVERY_PAGE:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue