mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
_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:
@@ -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() \
|
||||
|
||||
Reference in New Issue
Block a user