diff options
Diffstat (limited to 'src/wcautil/inc')
-rw-r--r-- | src/wcautil/inc/wcautil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wcautil/inc/wcautil.h b/src/wcautil/inc/wcautil.h index 982173f4..4d036a9d 100644 --- a/src/wcautil/inc/wcautil.h +++ b/src/wcautil/inc/wcautil.h | |||
@@ -232,7 +232,7 @@ HRESULT WIXAPI WcaGetRecordFormattedString( | |||
232 | 232 | ||
233 | HRESULT WIXAPI WcaAllocStream( | 233 | HRESULT WIXAPI WcaAllocStream( |
234 | __deref_out_bcount_part(cbData, 0) BYTE** ppbData, | 234 | __deref_out_bcount_part(cbData, 0) BYTE** ppbData, |
235 | __in DWORD cbData | 235 | __in SIZE_T cbData |
236 | ); | 236 | ); |
237 | HRESULT WIXAPI WcaFreeStream( | 237 | HRESULT WIXAPI WcaFreeStream( |
238 | __in BYTE* pbData | 238 | __in BYTE* pbData |
@@ -287,7 +287,7 @@ HRESULT WIXAPI WcaWriteIntegerToCaData( | |||
287 | ); | 287 | ); |
288 | HRESULT WIXAPI WcaWriteStreamToCaData( | 288 | HRESULT WIXAPI WcaWriteStreamToCaData( |
289 | __in_bcount(cbData) const BYTE* pbData, | 289 | __in_bcount(cbData) const BYTE* pbData, |
290 | __in DWORD cbData, | 290 | __in SIZE_T cbData, |
291 | __deref_inout_z_opt LPWSTR* ppwzCustomActionData | 291 | __deref_inout_z_opt LPWSTR* ppwzCustomActionData |
292 | ); | 292 | ); |
293 | 293 | ||