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/libs/dutil/WixToolset.DUtil/strutil.cpp | |
| 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/libs/dutil/WixToolset.DUtil/strutil.cpp')
| -rw-r--r-- | src/libs/dutil/WixToolset.DUtil/strutil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/strutil.cpp b/src/libs/dutil/WixToolset.DUtil/strutil.cpp index 013c1b12..3c643879 100644 --- a/src/libs/dutil/WixToolset.DUtil/strutil.cpp +++ b/src/libs/dutil/WixToolset.DUtil/strutil.cpp | |||
| @@ -2774,7 +2774,7 @@ don't remain in memory. | |||
| 2774 | 2774 | ||
| 2775 | ****************************************************************************/ | 2775 | ****************************************************************************/ |
| 2776 | extern "C" DAPI_(HRESULT) StrSecureZeroString( | 2776 | extern "C" DAPI_(HRESULT) StrSecureZeroString( |
| 2777 | __in LPWSTR pwz | 2777 | __in_z_opt LPWSTR pwz |
| 2778 | ) | 2778 | ) |
| 2779 | { | 2779 | { |
| 2780 | HRESULT hr = S_OK; | 2780 | HRESULT hr = S_OK; |
| @@ -2798,7 +2798,7 @@ don't remain in memory, then frees the string. | |||
| 2798 | 2798 | ||
| 2799 | ****************************************************************************/ | 2799 | ****************************************************************************/ |
| 2800 | extern "C" DAPI_(HRESULT) StrSecureZeroFreeString( | 2800 | extern "C" DAPI_(HRESULT) StrSecureZeroFreeString( |
| 2801 | __in LPWSTR pwz | 2801 | __in_z_opt LPWSTR pwz |
| 2802 | ) | 2802 | ) |
| 2803 | { | 2803 | { |
| 2804 | HRESULT hr = S_OK; | 2804 | HRESULT hr = S_OK; |
