diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-07-02 10:18:08 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-07-02 12:50:09 -0500 |
commit | f43d176f95601ff7524e06247166d4f3b6e61c05 (patch) | |
tree | 2e3580ca60c85e1d07a0ab4a2b1279d25fd41f6c /src/burn/engine/core.h | |
parent | 9bdf3730cd43e1af8a4ea9be6cf2fba77fcff2d2 (diff) | |
download | wix-f43d176f95601ff7524e06247166d4f3b6e61c05.tar.gz wix-f43d176f95601ff7524e06247166d4f3b6e61c05.tar.bz2 wix-f43d176f95601ff7524e06247166d4f3b6e61c05.zip |
Make the BA responsible for parsing restart prompt behavior.
Fixes #4975
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r-- | src/burn/engine/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h index 0a92d64f..3fa1f04a 100644 --- a/src/burn/engine/core.h +++ b/src/burn/engine/core.h | |||
@@ -210,7 +210,6 @@ HRESULT CoreRecreateCommandLine( | |||
210 | __deref_inout_z LPWSTR* psczCommandLine, | 210 | __deref_inout_z LPWSTR* psczCommandLine, |
211 | __in BOOTSTRAPPER_ACTION action, | 211 | __in BOOTSTRAPPER_ACTION action, |
212 | __in BOOTSTRAPPER_DISPLAY display, | 212 | __in BOOTSTRAPPER_DISPLAY display, |
213 | __in BOOTSTRAPPER_RESTART restart, | ||
214 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 213 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
215 | __in BOOL fPassthrough, | 214 | __in BOOL fPassthrough, |
216 | __in_z_opt LPCWSTR wzActiveParent, | 215 | __in_z_opt LPCWSTR wzActiveParent, |