From a9f8283eba5d4b63932df781278c1b148cd9d5a9 Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Sat, 11 Jul 2009 13:02:22 +0000 Subject: [PATCH] Fix PSEH2 ARM neutering svn path=/trunk/; revision=41879 --- reactos/include/reactos/libs/pseh/pseh2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/include/reactos/libs/pseh/pseh2.h b/reactos/include/reactos/libs/pseh/pseh2.h index 3f5a6b78c1a..cd22371d216 100644 --- a/reactos/include/reactos/libs/pseh/pseh2.h +++ b/reactos/include/reactos/libs/pseh/pseh2.h @@ -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