Author: hyperion Date: Tue Dec 23 12:12:21 2008 New Revision: 38303
URL: http://svn.reactos.org/svn/reactos?rev=38303&view=rev Log: modified include/reactos/libs/pseh/pseh2.h Actually support PSEH 2 on top of native syntax
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] Tue Dec 23 12:12:21 2008 @@ -23,6 +23,7 @@ #ifndef KJK_PSEH2_H_ #define KJK_PSEH2_H_
+#if defined(__GNUC__) struct _EXCEPTION_RECORD; struct _EXCEPTION_POINTERS; struct _CONTEXT; @@ -72,8 +73,6 @@ #ifdef __cplusplus } #endif - -#if defined(__GNUC__)
#if defined(__i386__) typedef struct __SEHTrampoline