From 946837a7462fe6afe6b5f29d816e91c3ecda1c11 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 21 Apr 2020 17:38:39 +1000 Subject: Update dependencies. --- src/wixstdba/WixStandardBootstrapperApplication.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/wixstdba/WixStandardBootstrapperApplication.cpp') diff --git a/src/wixstdba/WixStandardBootstrapperApplication.cpp b/src/wixstdba/WixStandardBootstrapperApplication.cpp index afc6a3ee..2a05b1cb 100644 --- a/src/wixstdba/WixStandardBootstrapperApplication.cpp +++ b/src/wixstdba/WixStandardBootstrapperApplication.cpp @@ -705,6 +705,7 @@ public: // IBootstrapperApplication virtual STDMETHODIMP OnExecutePackageBegin( __in_z LPCWSTR wzPackageId, __in BOOL fExecute, + __in BOOTSTRAPPER_ACTION_STATE action, __inout BOOL* pfCancel ) { @@ -759,7 +760,7 @@ public: // IBootstrapperApplication } ReleaseStr(sczFormattedString); - return __super::OnExecutePackageBegin(wzPackageId, fExecute, pfCancel); + return __super::OnExecutePackageBegin(wzPackageId, fExecute, action, pfCancel); } -- cgit v1.2.3-55-g6feb