aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/strutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/strutil.cpp4
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****************************************************************************/
2776extern "C" DAPI_(HRESULT) StrSecureZeroString( 2776extern "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****************************************************************************/
2800extern "C" DAPI_(HRESULT) StrSecureZeroFreeString( 2800extern "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;