aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/logging.h
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-04 20:47:04 -0500
committerBob Arnson <github@bobs.org>2026-02-05 15:58:18 -0500
commitc258b72508f1b25a56e5d3ee3df08650ba1cbe36 (patch)
tree0d5eaf7d732d4a6cb5abe663d2644447c9072220 /src/burn/engine/logging.h
parenta3d3963f806117ce123d95e8b77e73e1c1545b25 (diff)
downloadwix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.tar.gz
wix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.tar.bz2
wix-c258b72508f1b25a56e5d3ee3df08650ba1cbe36.zip
Support dual-purpose packages in Burn.
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/burn/engine/logging.h')
-rw-r--r--src/burn/engine/logging.h7
1 files changed, 7 insertions, 0 deletions
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(
202 __in BOOL fPerMachine 202 __in BOOL fPerMachine
203 ); 203 );
204 204
205LPCSTR LoggingPackageScopeToString(
206 __in BOOTSTRAPPER_PACKAGE_SCOPE scope
207 );
208
209LPCSTR LoggingBundleScopeToString(
210 __in BOOTSTRAPPER_SCOPE scope
211 );
205 212
206#if defined(__cplusplus) 213#if defined(__cplusplus)
207} 214}