aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/plan.h
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-10 20:33:03 -0500
committerBob Arnson <github@bobs.org>2026-02-11 13:21:20 -0500
commitde80ff1102a1b34e430bbc718fe65a42bab196cf (patch)
tree1eb70c137c84ae7c9d8c73370c7e39b4cf76a377 /src/burn/engine/plan.h
parentcd5f73d939b6d91ce3d9efcc5b8a800542041698 (diff)
downloadwix-de80ff1102a1b34e430bbc718fe65a42bab196cf.tar.gz
wix-de80ff1102a1b34e430bbc718fe65a42bab196cf.tar.bz2
wix-de80ff1102a1b34e430bbc718fe65a42bab196cf.zip
Log detected package scope and lock bundle scope.HEADmain
- Fixes https://github.com/wixtoolset/issues/issues/9232 - Fixes https://github.com/wixtoolset/issues/issues/9240
Diffstat (limited to 'src/burn/engine/plan.h')
-rw-r--r--src/burn/engine/plan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h
index a20d7c76..f9996ac0 100644
--- a/src/burn/engine/plan.h
+++ b/src/burn/engine/plan.h
@@ -488,6 +488,7 @@ HRESULT PlanPackagesAndBundleScope(
488 __in BOOTSTRAPPER_SCOPE scope, 488 __in BOOTSTRAPPER_SCOPE scope,
489 __in BOOTSTRAPPER_PACKAGE_SCOPE authoredScope, 489 __in BOOTSTRAPPER_PACKAGE_SCOPE authoredScope,
490 __in BOOTSTRAPPER_SCOPE commandLineScope, 490 __in BOOTSTRAPPER_SCOPE commandLineScope,
491 __in BOOTSTRAPPER_SCOPE detectedScope,
491 __out BOOTSTRAPPER_SCOPE* pResultingScope, 492 __out BOOTSTRAPPER_SCOPE* pResultingScope,
492 __out BOOL* pfPerMachine 493 __out BOOL* pfPerMachine
493); 494);