mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
More properly neuter PSEH2 on ARM
svn path=/trunk/; revision=41919
This commit is contained in:
@@ -425,7 +425,7 @@ __SEH_END_SCOPE_CHAIN;
|
||||
|
||||
#define _SEH2_TRY {
|
||||
#define _SEH2_FINALLY } {
|
||||
#define _SEH2_EXCEPT(...) } if (0 && __VA_ARGS__) {
|
||||
#define _SEH2_EXCEPT(...) } if (0) {
|
||||
#define _SEH2_END }
|
||||
|
||||
#define _SEH2_GetExceptionInformation()
|
||||
|
||||
Reference in New Issue
Block a user