mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:42:02 +00:00
- Patch from hackbunny: Add _SEH_SetExceptionCode
svn path=/trunk/; revision=35884
This commit is contained in:
parent
1f06813c1a
commit
923270b5f3
1 changed files with 1 additions and 0 deletions
|
@ -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() \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue