diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-14 19:59:06 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-16 21:42:51 +1000 |
commit | 50cb451bcee148afd9768086c1bb5ed4f75562df (patch) | |
tree | b4a28ef01446f2afd02b803af28ee6c628816cee /src/engine/mspengine.h | |
parent | d232c5621fe336b1f563b69be7637c93e795e151 (diff) | |
download | wix-50cb451bcee148afd9768086c1bb5ed4f75562df.tar.gz wix-50cb451bcee148afd9768086c1bb5ed4f75562df.tar.bz2 wix-50cb451bcee148afd9768086c1bb5ed4f75562df.zip |
WIXFEAT:6164 Give BA control over UI level and handler.
Diffstat (limited to 'src/engine/mspengine.h')
-rw-r--r-- | src/engine/mspengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/mspengine.h b/src/engine/mspengine.h index 9f585720..0f323e57 100644 --- a/src/engine/mspengine.h +++ b/src/engine/mspengine.h | |||
@@ -38,7 +38,7 @@ HRESULT MspEnginePlanCalculatePackage( | |||
38 | __out_opt BOOL* pfBARequestedCache | 38 | __out_opt BOOL* pfBARequestedCache |
39 | ); | 39 | ); |
40 | HRESULT MspEnginePlanAddPackage( | 40 | HRESULT MspEnginePlanAddPackage( |
41 | __in BOOTSTRAPPER_DISPLAY display, | 41 | __in BURN_USER_EXPERIENCE* pUserExperience, |
42 | __in BURN_PACKAGE* pPackage, | 42 | __in BURN_PACKAGE* pPackage, |
43 | __in BURN_PLAN* pPlan, | 43 | __in BURN_PLAN* pPlan, |
44 | __in BURN_LOGGING* pLog, | 44 | __in BURN_LOGGING* pLog, |