[ATL][ATL_APITEST] Add test + implementation for CAtlFileMapping

This commit is contained in:
Mark Jansen 2019-04-05 23:22:55 +02:00
parent bd75947372
commit 9853cc4d7e
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
10 changed files with 789 additions and 14 deletions

View file

@ -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