diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-27 14:29:31 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-27 17:08:48 -0500 |
commit | 9d75d94dfbda512bd3d26aec0d9d100101272a63 (patch) | |
tree | f903322a534d659c8bc93a19301b6c306d7358c0 /src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | |
parent | 4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a (diff) | |
download | wix-9d75d94dfbda512bd3d26aec0d9d100101272a63.tar.gz wix-9d75d94dfbda512bd3d26aec0d9d100101272a63.tar.bz2 wix-9d75d94dfbda512bd3d26aec0d9d100101272a63.zip |
Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING.
Thanks to @rseanhall's sharp eyes.
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h')
-rw-r--r-- | src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index 2ffcf9d6..e5f924c8 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | |||
@@ -23,7 +23,6 @@ enum BOOTSTRAPPER_RESUME_TYPE | |||
23 | BOOTSTRAPPER_RESUME_TYPE_NONE, | 23 | BOOTSTRAPPER_RESUME_TYPE_NONE, |
24 | BOOTSTRAPPER_RESUME_TYPE_INVALID, // resume information is present but invalid | 24 | BOOTSTRAPPER_RESUME_TYPE_INVALID, // resume information is present but invalid |
25 | BOOTSTRAPPER_RESUME_TYPE_INTERRUPTED, // relaunched after an unexpected interruption | 25 | BOOTSTRAPPER_RESUME_TYPE_INTERRUPTED, // relaunched after an unexpected interruption |
26 | BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING, // reboot has not taken place yet | ||
27 | BOOTSTRAPPER_RESUME_TYPE_REBOOT, // relaunched after reboot | 26 | BOOTSTRAPPER_RESUME_TYPE_REBOOT, // relaunched after reboot |
28 | BOOTSTRAPPER_RESUME_TYPE_SUSPEND, // relaunched after suspend | 27 | BOOTSTRAPPER_RESUME_TYPE_SUSPEND, // relaunched after suspend |
29 | BOOTSTRAPPER_RESUME_TYPE_ARP, // launched from ARP | 28 | BOOTSTRAPPER_RESUME_TYPE_ARP, // launched from ARP |