_SEH2_HANDLE as a short-hand for _SEH2_EXCEPT(_SEH_STATIC_FILTER(_SEH_EXECUTE_HANDLER))

svn path=/trunk/; revision=14339
This commit is contained in:
KJK::Hyperion 2005-03-27 00:44:53 +00:00
parent fde9c768e4
commit 4d4ec75256

View file

@ -298,6 +298,8 @@ static __declspec(noreturn) __inline void __stdcall _SEHCompilerSpecificHandler
_SEHHandlers.SH_Finally(&_SEHFrame->SEH_Header); \
}
#define _SEH2_HANDLE _SEH2_EXCEPT(_SEH_STATIC_FILTER(_SEH_EXECUTE_HANDLER))
#define _SEH_GetExceptionCode() (unsigned long)(_SEHPortableFrame->SPF_Code)
#define _SEH_GetExceptionPointers() \