mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +00:00
[SDK] Fix _SEH2_AbnormalTermination() macro in dummy SEH
This commit is contained in:
parent
10ecbaddd0
commit
2baf7b5220
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ extern int _SEH2_VolatileExceptionCode;
|
||||||
#define _SEH2_END }
|
#define _SEH2_END }
|
||||||
#define _SEH2_GetExceptionInformation()
|
#define _SEH2_GetExceptionInformation()
|
||||||
#define _SEH2_GetExceptionCode() _SEH2_VolatileExceptionCode
|
#define _SEH2_GetExceptionCode() _SEH2_VolatileExceptionCode
|
||||||
#define _SEH2_AbnormalTermination()
|
#define _SEH2_AbnormalTermination() (0)
|
||||||
#define _SEH2_YIELD(STMT_) STMT_
|
#define _SEH2_YIELD(STMT_) STMT_
|
||||||
#define _SEH2_LEAVE
|
#define _SEH2_LEAVE
|
||||||
#define _SEH2_VOLATILE volatile
|
#define _SEH2_VOLATILE volatile
|
||||||
|
|
Loading…
Reference in a new issue