aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/plan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/plan.h')
-rw-r--r--src/burn/engine/plan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/plan.h b/src/burn/engine/plan.h
index f9996ac0..09918440 100644
--- a/src/burn/engine/plan.h
+++ b/src/burn/engine/plan.h
@@ -485,6 +485,9 @@ void PlanDump(
485HRESULT PlanPackagesAndBundleScope( 485HRESULT PlanPackagesAndBundleScope(
486 __in BURN_PACKAGE* rgPackages, 486 __in BURN_PACKAGE* rgPackages,
487 __in DWORD cPackages, 487 __in DWORD cPackages,
488 __in_z LPCWSTR wzUpgradeCode,
489 __in BURN_RELATED_BUNDLE* rgRelatedBundles,
490 __in DWORD cRelatedBundles,
488 __in BOOTSTRAPPER_SCOPE scope, 491 __in BOOTSTRAPPER_SCOPE scope,
489 __in BOOTSTRAPPER_PACKAGE_SCOPE authoredScope, 492 __in BOOTSTRAPPER_PACKAGE_SCOPE authoredScope,
490 __in BOOTSTRAPPER_SCOPE commandLineScope, 493 __in BOOTSTRAPPER_SCOPE commandLineScope,