diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
| commit | edccb203c421d2bd820062024088c6698424d9ee (patch) | |
| tree | 6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/burn/engine/externalengine.h | |
| parent | a3d3963f806117ce123d95e8b77e73e1c1545b25 (diff) | |
| download | wix-bob/ConfigurableScopeBundles.tar.gz wix-bob/ConfigurableScopeBundles.tar.bz2 wix-bob/ConfigurableScopeBundles.zip | |
Support dual-purpose packages in Burn.bob/ConfigurableScopeBundles
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/burn/engine/externalengine.h')
| -rw-r--r-- | src/burn/engine/externalengine.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/burn/engine/externalengine.h b/src/burn/engine/externalengine.h index 9b95e645..1053d0c0 100644 --- a/src/burn/engine/externalengine.h +++ b/src/burn/engine/externalengine.h | |||
| @@ -146,8 +146,9 @@ HRESULT ExternalEngineDetect( | |||
| 146 | 146 | ||
| 147 | HRESULT ExternalEnginePlan( | 147 | HRESULT ExternalEnginePlan( |
| 148 | __in BAENGINE_CONTEXT* pEngineContext, | 148 | __in BAENGINE_CONTEXT* pEngineContext, |
| 149 | __in const BOOTSTRAPPER_ACTION action | 149 | __in const BOOTSTRAPPER_ACTION action, |
| 150 | ); | 150 | __in const BOOTSTRAPPER_SCOPE plannedScope |
| 151 | ); | ||
| 151 | 152 | ||
| 152 | HRESULT ExternalEngineElevate( | 153 | HRESULT ExternalEngineElevate( |
| 153 | __in BAENGINE_CONTEXT* pEngineContext, | 154 | __in BAENGINE_CONTEXT* pEngineContext, |
