Author: tkreuzer Date: Sun May 30 22:57:02 2010 New Revision: 47462
URL: http://svn.reactos.org/svn/reactos?rev=47462&view=rev Log: [PSEH] Use dummy pseh for clang
Modified: trunk/reactos/include/reactos/libs/pseh/pseh2.h
Modified: trunk/reactos/include/reactos/libs/pseh/pseh2.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/pseh/p... ============================================================================== --- trunk/reactos/include/reactos/libs/pseh/pseh2.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/libs/pseh/pseh2.h [iso-8859-1] Sun May 30 22:57:02 2010 @@ -26,7 +26,7 @@ #ifndef KJK_PSEH2_H_ #define KJK_PSEH2_H_
-#if !defined (__arm__) +#if !defined (__arm__) && !defined(__clang__)
#if defined(__GNUC__) struct _EXCEPTION_RECORD; @@ -395,7 +395,7 @@ #define _SEH2_END }
#define _SEH2_GetExceptionInformation() -#define _SEH2_GetExceptionCode() STATUS_SUCCESS +#define _SEH2_GetExceptionCode() 0 #define _SEH2_AbnormalTermination()
#define _SEH2_YIELD(STMT_) STMT_