diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc/strutil.h')
| -rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/strutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/strutil.h b/src/libs/dutil/WixToolset.DUtil/inc/strutil.h index f2324a80..6710f599 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/strutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/strutil.h | |||
| @@ -309,10 +309,10 @@ HRESULT DAPI StrSplitAllocArray( | |||
| 309 | ); | 309 | ); |
| 310 | 310 | ||
| 311 | HRESULT DAPI StrSecureZeroString( | 311 | HRESULT DAPI StrSecureZeroString( |
| 312 | __in LPWSTR pwz | 312 | __in_z_opt LPWSTR pwz |
| 313 | ); | 313 | ); |
| 314 | HRESULT DAPI StrSecureZeroFreeString( | 314 | HRESULT DAPI StrSecureZeroFreeString( |
| 315 | __in LPWSTR pwz | 315 | __in_z_opt LPWSTR pwz |
| 316 | ); | 316 | ); |
| 317 | 317 | ||
| 318 | #ifdef __cplusplus | 318 | #ifdef __cplusplus |
