From edccb203c421d2bd820062024088c6698424d9ee Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 4 Feb 2026 20:47:04 -0500 Subject: Support dual-purpose packages in Burn. Fixes https://github.com/wixtoolset/issues/issues/8958 --- src/burn/test/BurnUnitTest/ElevationTest.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/burn/test/BurnUnitTest/ElevationTest.cpp') diff --git a/src/burn/test/BurnUnitTest/ElevationTest.cpp b/src/burn/test/BurnUnitTest/ElevationTest.cpp index 81e9f93e..feacdb7c 100644 --- a/src/burn/test/BurnUnitTest/ElevationTest.cpp +++ b/src/burn/test/BurnUnitTest/ElevationTest.cpp @@ -25,11 +25,7 @@ static HRESULT ProcessChildMessages( __out DWORD* pdwResult ); -namespace Microsoft -{ -namespace Tools -{ -namespace WindowsInstallerXml +namespace WixToolset { namespace Test { @@ -92,8 +88,6 @@ namespace Bootstrapper } } } -} -} static BOOL STDAPICALLTYPE ElevateTest_ShellExecuteExW( -- cgit v1.2.3-55-g6feb