diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-01-14 20:48:01 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-01-16 10:30:28 -0600 |
commit | abe316b80fae80eba54b0b79e76b6362105fa098 (patch) | |
tree | 699290ccc7e924a5ef498e487924834c1018b80e /src/libs/dutil/WixToolset.DUtil/inc/deputil.h | |
parent | 47bca2dc51525fcad86f325278b14953ac5b137e (diff) | |
download | wix-abe316b80fae80eba54b0b79e76b6362105fa098.tar.gz wix-abe316b80fae80eba54b0b79e76b6362105fa098.tar.bz2 wix-abe316b80fae80eba54b0b79e76b6362105fa098.zip |
Refactor some dependency detection.
* Run DependencyDetect earlier
* Do package dependency checking during each package/related bundle
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/deputil.h')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/deputil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/deputil.h b/src/libs/dutil/WixToolset.DUtil/inc/deputil.h index bfe235f3..96f353f6 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/deputil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/deputil.h | |||
@@ -56,7 +56,7 @@ DAPI_(HRESULT) DepCheckDependents( | |||
56 | __in HKEY hkHive, | 56 | __in HKEY hkHive, |
57 | __in_z LPCWSTR wzProviderKey, | 57 | __in_z LPCWSTR wzProviderKey, |
58 | __reserved int iAttributes, | 58 | __reserved int iAttributes, |
59 | __in C_STRINGDICT_HANDLE sdIgnoredDependents, | 59 | __in_opt C_STRINGDICT_HANDLE sdIgnoredDependents, |
60 | __deref_inout_ecount_opt(*pcDependents) DEPENDENCY** prgDependents, | 60 | __deref_inout_ecount_opt(*pcDependents) DEPENDENCY** prgDependents, |
61 | __inout LPUINT pcDependents | 61 | __inout LPUINT pcDependents |
62 | ); | 62 | ); |