More properly neuter PSEH2 on ARM

svn path=/trunk/; revision=41919
This commit is contained in:
ReactOS Portable Systems Group 2009-07-12 10:42:04 +00:00
parent af9020285f
commit 1fd4832ed6

View file

@ -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()