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/atomutil.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/atomutil.h')
-rw-r--r-- | src/dutil/inc/atomutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/inc/atomutil.h b/src/dutil/inc/atomutil.h index ff869c4a..9acfc1d5 100644 --- a/src/dutil/inc/atomutil.h +++ b/src/dutil/inc/atomutil.h | |||
@@ -138,7 +138,7 @@ HRESULT DAPI AtomParseFromDocument( | |||
138 | ); | 138 | ); |
139 | 139 | ||
140 | void DAPI AtomFreeFeed( | 140 | void DAPI AtomFreeFeed( |
141 | __in_xcount(pFeed->cItems) ATOM_FEED *pFEED | 141 | __in_xcount(pFeed->cItems) ATOM_FEED* pFeed |
142 | ); | 142 | ); |
143 | 143 | ||
144 | #ifdef __cplusplus | 144 | #ifdef __cplusplus |