mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
modified include/reactos/libs/pseh/pseh2.h
Actually support PSEH 2 on top of native syntax svn path=/trunk/; revision=38303
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user