diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-08-19 14:08:23 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-08-19 17:02:27 -0500 |
commit | b72f58abdf6dd5d0020f174358027158cb52cb72 (patch) | |
tree | 3070c1f1fa8a74125a2933f23a1be3c514ed1de7 /src/burn/engine/elevation.h | |
parent | bbc36178172e4198351f2f84a91faf56c65e1475 (diff) | |
download | wix-b72f58abdf6dd5d0020f174358027158cb52cb72.tar.gz wix-b72f58abdf6dd5d0020f174358027158cb52cb72.tar.bz2 wix-b72f58abdf6dd5d0020f174358027158cb52cb72.zip |
Use a dedicated pipe for redirecting logging from the elevated process.
Fixes 6869
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 bda0fdef..0d15b470 100644 --- a/src/burn/engine/elevation.h +++ b/src/burn/engine/elevation.h | |||
@@ -166,7 +166,6 @@ HRESULT ElevationLaunchApprovedExe( | |||
166 | 166 | ||
167 | // Child (per-machine process) side functions. | 167 | // Child (per-machine process) side functions. |
168 | HRESULT ElevationChildPumpMessages( | 168 | HRESULT ElevationChildPumpMessages( |
169 | __in DWORD dwLoggingTlsId, | ||
170 | __in HANDLE hPipe, | 169 | __in HANDLE hPipe, |
171 | __in HANDLE hCachePipe, | 170 | __in HANDLE hCachePipe, |
172 | __in BURN_APPROVED_EXES* pApprovedExes, | 171 | __in BURN_APPROVED_EXES* pApprovedExes, |