mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 04:06:12 +00:00
[ATL][ATL_APITEST] Add test + implementation for CAtlFileMapping
This commit is contained in:
parent
bd75947372
commit
9853cc4d7e
10 changed files with 789 additions and 14 deletions
|
@ -9,6 +9,9 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
namespace ATL
|
||||
{
|
||||
|
||||
|
||||
//FIXME: Enable when RaiseException is marked as NORETURN
|
||||
//DECLSPEC_NORETURN
|
||||
|
@ -37,9 +40,11 @@ inline void AtlThrowImp(HRESULT hr)
|
|||
}
|
||||
|
||||
|
||||
|
||||
#ifndef AtlThrow
|
||||
#define AtlThrow(x) AtlThrowImp(x)
|
||||
#endif
|
||||
|
||||
|
||||
}; // namespace ATL
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue