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/engine/logging.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/burn/engine/logging.h') diff --git a/src/burn/engine/logging.h b/src/burn/engine/logging.h index b28a53d4..76103732 100644 --- a/src/burn/engine/logging.h +++ b/src/burn/engine/logging.h @@ -202,6 +202,13 @@ LPCSTR LoggingInstallScopeToString( __in BOOL fPerMachine ); +LPCSTR LoggingPackageScopeToString( + __in BOOTSTRAPPER_PACKAGE_SCOPE scope + ); + +LPCSTR LoggingBundleScopeToString( + __in BOOTSTRAPPER_SCOPE scope + ); #if defined(__cplusplus) } -- cgit v1.2.3-55-g6feb