diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 14:19:14 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-02 15:40:02 -0600 |
commit | 10ebf674da5df9224e4eddd3545518434c5b455b (patch) | |
tree | ea1f4063edd46e9942eab94dd7adb2f75c6c589e /src/dutil/inc/fileutil.h | |
parent | 3bbf1347b900ec115a12faf8f46965c9b7649696 (diff) | |
download | wix-10ebf674da5df9224e4eddd3545518434c5b455b.tar.gz wix-10ebf674da5df9224e4eddd3545518434c5b455b.tar.bz2 wix-10ebf674da5df9224e4eddd3545518434c5b455b.zip |
Update rest of dutil to use their own source with the Exit* macros.
Fix some CA warnings.
Diffstat (limited to 'src/dutil/inc/fileutil.h')
-rw-r--r-- | src/dutil/inc/fileutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/inc/fileutil.h b/src/dutil/inc/fileutil.h index d2b2f4fe..7caa62b8 100644 --- a/src/dutil/inc/fileutil.h +++ b/src/dutil/inc/fileutil.h | |||
@@ -121,7 +121,7 @@ HRESULT DAPI FileReadPartial( | |||
121 | __in BOOL fPartialOK | 121 | __in BOOL fPartialOK |
122 | ); | 122 | ); |
123 | HRESULT DAPI FileReadPartialEx( | 123 | HRESULT DAPI FileReadPartialEx( |
124 | __deref_out_bcount_full(*pcbDest) LPBYTE* ppbDest, | 124 | __deref_inout_bcount_full(*pcbDest) LPBYTE* ppbDest, |
125 | __out_range(<=, cbMaxRead) SIZE_T* pcbDest, | 125 | __out_range(<=, cbMaxRead) SIZE_T* pcbDest, |
126 | __in_z LPCWSTR wzSrcPath, | 126 | __in_z LPCWSTR wzSrcPath, |
127 | __in BOOL fSeek, | 127 | __in BOOL fSeek, |