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/iniutil.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/iniutil.h')
-rw-r--r-- | src/dutil/inc/iniutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/inc/iniutil.h b/src/dutil/inc/iniutil.h index d5b50c17..c8503155 100644 --- a/src/dutil/inc/iniutil.h +++ b/src/dutil/inc/iniutil.h | |||
@@ -55,7 +55,7 @@ HRESULT DAPI IniParse( | |||
55 | // (their value will be NULL) | 55 | // (their value will be NULL) |
56 | HRESULT DAPI IniGetValueList( | 56 | HRESULT DAPI IniGetValueList( |
57 | __in_bcount(INI_HANDLE_BYTES) INI_HANDLE piHandle, | 57 | __in_bcount(INI_HANDLE_BYTES) INI_HANDLE piHandle, |
58 | __deref_out_ecount_opt(pcValues) INI_VALUE** prgivValues, | 58 | __deref_out_ecount_opt(*pcValues) INI_VALUE** prgivValues, |
59 | __out DWORD *pcValues | 59 | __out DWORD *pcValues |
60 | ); | 60 | ); |
61 | HRESULT DAPI IniGetValue( | 61 | HRESULT DAPI IniGetValue( |