Fix PSEH2 ARM neutering

svn path=/trunk/; revision=41879
This commit is contained in:
ReactOS Portable Systems Group 2009-07-11 13:02:22 +00:00
parent 0c7489b058
commit a9f8283eba

View file

@ -421,8 +421,6 @@ __SEH_END_SCOPE_CHAIN;
#endif
#endif
#else
#define _SEH2_TRY {
@ -435,7 +433,9 @@ __SEH_END_SCOPE_CHAIN;
#define _SEH2_AbnormalTermination()
#define _SEH2_YIELD(STMT_) STMT_
#define _SEH2_LEAVE
#define _SEH2_LEAVE
#endif
#endif