diff options
Diffstat (limited to 'src/wcautil/wcawrap.cpp')
-rw-r--r-- | src/wcautil/wcawrap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wcautil/wcawrap.cpp b/src/wcautil/wcawrap.cpp index 625489c1..7c210069 100644 --- a/src/wcautil/wcawrap.cpp +++ b/src/wcautil/wcawrap.cpp | |||
@@ -1000,7 +1000,7 @@ NOTE: Use WcaFreeStream() to release the byte stream | |||
1000 | ********************************************************************/ | 1000 | ********************************************************************/ |
1001 | extern "C" HRESULT WIXAPI WcaAllocStream( | 1001 | extern "C" HRESULT WIXAPI WcaAllocStream( |
1002 | __deref_out_bcount_part(cbData, 0) BYTE** ppbData, | 1002 | __deref_out_bcount_part(cbData, 0) BYTE** ppbData, |
1003 | __in DWORD cbData | 1003 | __in SIZE_T cbData |
1004 | ) | 1004 | ) |
1005 | { | 1005 | { |
1006 | Assert(ppbData); | 1006 | Assert(ppbData); |
@@ -1379,7 +1379,7 @@ feed a deferred CustomAction | |||
1379 | ********************************************************************/ | 1379 | ********************************************************************/ |
1380 | extern "C" HRESULT WIXAPI WcaWriteStreamToCaData( | 1380 | extern "C" HRESULT WIXAPI WcaWriteStreamToCaData( |
1381 | __in_bcount(cbData) const BYTE* pbData, | 1381 | __in_bcount(cbData) const BYTE* pbData, |
1382 | __in DWORD cbData, | 1382 | __in SIZE_T cbData, |
1383 | __deref_inout_z_opt LPWSTR* ppwzCustomActionData | 1383 | __deref_inout_z_opt LPWSTR* ppwzCustomActionData |
1384 | ) | 1384 | ) |
1385 | { | 1385 | { |