diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-03-13 23:45:32 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-03-14 14:53:29 -0500 |
commit | 4cd1c4e06145434ca940ac828772dc47b9d9738e (patch) | |
tree | a754d685039173c63303dc6d0d8b1a2bf3ab506b /src/libs/dutil/WixToolset.DUtil/inc/butil.h | |
parent | 89adb2e3cc232b11b28e5bdeccb0c522c8124a29 (diff) | |
download | wix-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/libs/dutil/WixToolset.DUtil/inc/butil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/butil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/butil.h b/src/libs/dutil/WixToolset.DUtil/inc/butil.h index 0d3eefe3..5d390344 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/butil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/butil.h | |||
@@ -25,8 +25,8 @@ typedef enum _BUNDLE_RELATION_TYPE | |||
25 | BUNDLE_RELATION_UPGRADE, | 25 | BUNDLE_RELATION_UPGRADE, |
26 | BUNDLE_RELATION_ADDON, | 26 | BUNDLE_RELATION_ADDON, |
27 | BUNDLE_RELATION_PATCH, | 27 | BUNDLE_RELATION_PATCH, |
28 | BUNDLE_RELATION_DEPENDENT, | 28 | BUNDLE_RELATION_DEPENDENT_ADDON, |
29 | BUNDLE_RELATION_UPDATE, | 29 | BUNDLE_RELATION_DEPENDENT_PATCH, |
30 | } BUNDLE_RELATION_TYPE; | 30 | } BUNDLE_RELATION_TYPE; |
31 | 31 | ||
32 | typedef struct _BUNDLE_QUERY_RELATED_BUNDLE_RESULT | 32 | typedef struct _BUNDLE_QUERY_RELATED_BUNDLE_RESULT |