mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:01:54 +00:00
[SDK][PSEH] Improve PSEH a bit
Add PSEH include dir globally, include pseh2.h from excpt.h and add compatibility macros to reduce hacks in 3rd-perty code.
This commit is contained in:
parent
3a61dd7fe7
commit
53f498c968
7 changed files with 36 additions and 13 deletions
|
@ -23,9 +23,6 @@
|
|||
#define leave _SEH2_LEAVE
|
||||
#define endtry _SEH2_END
|
||||
#define abnormal_termination _abnormal_termination
|
||||
#define GetExceptionInformation() _SEH2_GetExceptionInformation()
|
||||
#define GetExceptionCode() _SEH2_GetExceptionCode()
|
||||
#define AbnormalTermination() _SEH2_AbnormalTermination()
|
||||
#define gcc_volatile volatile
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue