CR feedback

This commit is contained in:
Geoffrey Goh
2016-05-05 10:37:38 -07:00
parent 34f1ca4c6d
commit 08283efe2d
12 changed files with 104 additions and 112 deletions

View File

@@ -2,8 +2,8 @@
{
enum InstallMode
{
IMMEDIATE = 0,
ON_NEXT_RESTART = 1,
ON_NEXT_RESUME = 2
Immediate,
OnNextRestart,
OnNextResume
}
}