diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-08-19 13:47:50 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-08-19 17:02:27 -0500 |
commit | 1c4dc6b1cd2aa3ecd05fdb22f9889ed87e61cc68 (patch) | |
tree | 1018e1fded2b24a7adf98cdd31ff19a071a1edd0 /src/burn/engine/elevation.h | |
parent | 4a53029a94f706de48c6750481377f808724fe47 (diff) | |
download | wix-1c4dc6b1cd2aa3ecd05fdb22f9889ed87e61cc68.tar.gz wix-1c4dc6b1cd2aa3ecd05fdb22f9889ed87e61cc68.tar.bz2 wix-1c4dc6b1cd2aa3ecd05fdb22f9889ed87e61cc68.zip |
Resume automatic updates as part of ApplyUninitialize.
Fixes first half of 6870
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r-- | src/burn/engine/elevation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h index d08d2edc..bda0fdef 100644 --- a/src/burn/engine/elevation.h +++ b/src/burn/engine/elevation.h | |||
@@ -178,7 +178,6 @@ HRESULT ElevationChildPumpMessages( | |||
178 | __in BURN_REGISTRATION* pRegistration, | 178 | __in BURN_REGISTRATION* pRegistration, |
179 | __in BURN_USER_EXPERIENCE* pUserExperience, | 179 | __in BURN_USER_EXPERIENCE* pUserExperience, |
180 | __out HANDLE* phLock, | 180 | __out HANDLE* phLock, |
181 | __out BOOL* pfDisabledAutomaticUpdates, | ||
182 | __out DWORD* pdwChildExitCode, | 181 | __out DWORD* pdwChildExitCode, |
183 | __out BOOL* pfRestart, | 182 | __out BOOL* pfRestart, |
184 | __out BOOL* pfApplying | 183 | __out BOOL* pfApplying |