From 20cf8d2ace014e5707918a87d22f36678b84c71a Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Tue, 23 Dec 2008 18:12:21 +0000 Subject: [PATCH] modified include/reactos/libs/pseh/pseh2.h Actually support PSEH 2 on top of native syntax svn path=/trunk/; revision=38303 --- reactos/include/reactos/libs/pseh/pseh2.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/include/reactos/libs/pseh/pseh2.h b/reactos/include/reactos/libs/pseh/pseh2.h index 4e46d43f9d7..3f04dbbe211 100644 --- a/reactos/include/reactos/libs/pseh/pseh2.h +++ b/reactos/include/reactos/libs/pseh/pseh2.h @@ -23,6 +23,7 @@ #ifndef KJK_PSEH2_H_ #define KJK_PSEH2_H_ +#if defined(__GNUC__) struct _EXCEPTION_RECORD; struct _EXCEPTION_POINTERS; struct _CONTEXT; @@ -73,8 +74,6 @@ extern void __cdecl _SEH2Return(void); } #endif -#if defined(__GNUC__) - #if defined(__i386__) typedef struct __SEHTrampoline {