From 1fd4832ed6bcc342020b80ca3a493af665f7fbe6 Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Sun, 12 Jul 2009 10:42:04 +0000 Subject: [PATCH] More properly neuter PSEH2 on ARM svn path=/trunk/; revision=41919 --- reactos/include/reactos/libs/pseh/pseh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/reactos/libs/pseh/pseh2.h b/reactos/include/reactos/libs/pseh/pseh2.h index cd22371d216..2e2a06ef0e7 100644 --- a/reactos/include/reactos/libs/pseh/pseh2.h +++ b/reactos/include/reactos/libs/pseh/pseh2.h @@ -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()