aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/baengine.h
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-04 20:47:04 -0500
committerBob Arnson <bob@firegiant.com>2026-02-04 20:47:04 -0500
commitedccb203c421d2bd820062024088c6698424d9ee (patch)
tree6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/burn/engine/baengine.h
parenta3d3963f806117ce123d95e8b77e73e1c1545b25 (diff)
downloadwix-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/baengine.h')
-rw-r--r--src/burn/engine/baengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/baengine.h b/src/burn/engine/baengine.h
index 97cfea9c..39e5ae0b 100644
--- a/src/burn/engine/baengine.h
+++ b/src/burn/engine/baengine.h
@@ -31,6 +31,7 @@ typedef struct _BAENGINE_ACTION
31 struct 31 struct
32 { 32 {
33 BOOTSTRAPPER_ACTION action; 33 BOOTSTRAPPER_ACTION action;
34 BOOTSTRAPPER_SCOPE plannedScope;
34 } plan; 35 } plan;
35 struct 36 struct
36 { 37 {