- Patch from hackbunny: Add _SEH_SetExceptionCode

svn path=/trunk/; revision=35884
This commit is contained in:
Stefan Ginsberg 2008-09-02 14:41:57 +00:00
parent 1f06813c1a
commit 923270b5f3

View file

@ -154,6 +154,7 @@ static _SEHPortableTryLevel_t * const _SEHPortableTryLevel = 0;
_SEHHandlers.SH_Finally = (FINALLY_);
#endif
#define _SEH_SetExceptionCode(CODE_) (_SEHPortableFrame->SPF_Code = (CODE_))
#define _SEH_GetExceptionCode() (unsigned long)(_SEHPortableFrame->SPF_Code)
#define _SEH_GetExceptionPointers() \