From dbd55be5e707f07eb044c8c7f13c3dfd246148c0 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 15 Feb 2021 17:36:45 -0600 Subject: Initialize exe package ancestors during CoreInitialize instead of Plan. --- src/engine/pseudobundle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/pseudobundle.cpp') diff --git a/src/engine/pseudobundle.cpp b/src/engine/pseudobundle.cpp index 0864be3a..3b05ea0b 100644 --- a/src/engine/pseudobundle.cpp +++ b/src/engine/pseudobundle.cpp @@ -159,8 +159,8 @@ extern "C" HRESULT PseudoBundleInitializePassthrough( __in BURN_PACKAGE* pPassthroughPackage, __in BOOTSTRAPPER_COMMAND* pCommand, __in_z_opt LPCWSTR wzAppendLogPath, - __in_z_opt LPWSTR wzActiveParent, - __in_z_opt LPWSTR wzAncestors, + __in_z_opt LPCWSTR wzActiveParent, + __in_z_opt LPCWSTR wzAncestors, __in BURN_PACKAGE* pPackage ) { -- cgit v1.2.3-55-g6feb