aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/relatedbundle.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-03-13 23:45:32 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-03-14 14:53:29 -0500
commit4cd1c4e06145434ca940ac828772dc47b9d9738e (patch)
treea754d685039173c63303dc6d0d8b1a2bf3ab506b /src/burn/engine/relatedbundle.h
parent89adb2e3cc232b11b28e5bdeccb0c522c8124a29 (diff)
downloadwix-4cd1c4e06145434ca940ac828772dc47b9d9738e.tar.gz
wix-4cd1c4e06145434ca940ac828772dc47b9d9738e.tar.bz2
wix-4cd1c4e06145434ca940ac828772dc47b9d9738e.zip
Allow the BA to override the bundle relation type during plan.
Diffstat (limited to 'src/burn/engine/relatedbundle.h')
-rw-r--r--src/burn/engine/relatedbundle.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/burn/engine/relatedbundle.h b/src/burn/engine/relatedbundle.h
index be039421..24469f3d 100644
--- a/src/burn/engine/relatedbundle.h
+++ b/src/burn/engine/relatedbundle.h
@@ -19,7 +19,10 @@ HRESULT RelatedBundleFindById(
19 __in_z LPCWSTR wzId, 19 __in_z LPCWSTR wzId,
20 __out BURN_RELATED_BUNDLE** ppRelatedBundle 20 __out BURN_RELATED_BUNDLE** ppRelatedBundle
21 ); 21 );
22void RelatedBundlesSort( 22void RelatedBundlesSortDetect(
23 __in BURN_RELATED_BUNDLES* pRelatedBundles
24 );
25void RelatedBundlesSortPlan(
23 __in BURN_RELATED_BUNDLES* pRelatedBundles 26 __in BURN_RELATED_BUNDLES* pRelatedBundles
24 ); 27 );
25 28