mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +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:
parent
d2bf1c5f4f
commit
20cf8d2ace
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue