diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
| commit | edccb203c421d2bd820062024088c6698424d9ee (patch) | |
| tree | 6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/burn/engine/logging.h | |
| parent | a3d3963f806117ce123d95e8b77e73e1c1545b25 (diff) | |
| download | wix-bob/ConfigurableScopeBundles.tar.gz wix-bob/ConfigurableScopeBundles.tar.bz2 wix-bob/ConfigurableScopeBundles.zip | |
Support dual-purpose packages in Burn.bob/ConfigurableScopeBundles
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/burn/engine/logging.h')
| -rw-r--r-- | src/burn/engine/logging.h | 7 |
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 | ||
| 205 | LPCSTR LoggingPackageScopeToString( | ||
| 206 | __in BOOTSTRAPPER_PACKAGE_SCOPE scope | ||
| 207 | ); | ||
| 208 | |||
| 209 | LPCSTR LoggingBundleScopeToString( | ||
| 210 | __in BOOTSTRAPPER_SCOPE scope | ||
| 211 | ); | ||
| 205 | 212 | ||
| 206 | #if defined(__cplusplus) | 213 | #if defined(__cplusplus) |
| 207 | } | 214 | } |
