aboutsummaryrefslogtreecommitdiff
path: root/src/engine/pseudobundle.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-15 17:36:45 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-22 20:25:06 -0600
commitdbd55be5e707f07eb044c8c7f13c3dfd246148c0 (patch)
tree3c1628524caf1e64f4a8aafc917988424977ba02 /src/engine/pseudobundle.h
parentb6862716cd27cefa541b85c63dd30dc3f0749d87 (diff)
downloadwix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.tar.gz
wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.tar.bz2
wix-dbd55be5e707f07eb044c8c7f13c3dfd246148c0.zip
Initialize exe package ancestors during CoreInitialize instead of Plan.
Diffstat (limited to 'src/engine/pseudobundle.h')
-rw-r--r--src/engine/pseudobundle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/pseudobundle.h b/src/engine/pseudobundle.h
index 4d3d3052..3b8157a0 100644
--- a/src/engine/pseudobundle.h
+++ b/src/engine/pseudobundle.h
@@ -29,8 +29,8 @@ HRESULT PseudoBundleInitializePassthrough(
29 __in BURN_PACKAGE* pPassthroughPackage, 29 __in BURN_PACKAGE* pPassthroughPackage,
30 __in BOOTSTRAPPER_COMMAND* pCommand, 30 __in BOOTSTRAPPER_COMMAND* pCommand,
31 __in_z_opt LPCWSTR wzAppendLogPath, 31 __in_z_opt LPCWSTR wzAppendLogPath,
32 __in_z_opt LPWSTR wzActiveParent, 32 __in_z_opt LPCWSTR wzActiveParent,
33 __in_z_opt LPWSTR wzAncestors, 33 __in_z_opt LPCWSTR wzAncestors,
34 __in BURN_PACKAGE* pPackage 34 __in BURN_PACKAGE* pPackage
35 ); 35 );
36 36