From: Amine Khaldi Date: Sun, 7 Sep 2014 17:24:08 +0000 (+0000) Subject: [PSEH3] X-Git-Tag: backups/0.3.17@66124~646 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=4a442e9d1b81a151040e071ebb48a2c79e2233e5 [PSEH3] * Enable PSEH for Clang builds. svn path=/trunk/; revision=64065 --- diff --git a/reactos/include/reactos/libs/pseh/pseh2.h b/reactos/include/reactos/libs/pseh/pseh2.h index ff11f61d64b..ad3f1f2fbc8 100644 --- a/reactos/include/reactos/libs/pseh/pseh2.h +++ b/reactos/include/reactos/libs/pseh/pseh2.h @@ -37,7 +37,7 @@ #define _SEH2_LEAVE __leave #define _SEH2_VOLATILE -#elif defined(_USE_DUMMY_PSEH) || defined (__arm__) || defined(__clang__) || defined(_M_AMD64) +#elif defined(_USE_DUMMY_PSEH) || defined (__arm__) || defined(_M_AMD64) extern int _SEH2_Volatile0; extern int _SEH2_VolatileExceptionCode;