mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 23:18:39 +00:00
[COMPILER_APITEST] Sync an '#if defined(_X86_)' (#3318)
Addendum to dfccee7
(r41810).
This commit is contained in:
parent
63007901fd
commit
b43bb63373
1 changed files with 1 additions and 1 deletions
|
@ -2643,7 +2643,7 @@ int call_test(int (* func)(void))
|
||||||
static int ret;
|
static int ret;
|
||||||
static struct volatile_context before, after;
|
static struct volatile_context before, after;
|
||||||
static LPTOP_LEVEL_EXCEPTION_FILTER prev_unhandled_exception;
|
static LPTOP_LEVEL_EXCEPTION_FILTER prev_unhandled_exception;
|
||||||
#if !defined(_PSEH3_H_) && !defined(_MSC_VER)
|
#if defined(_X86_) && !defined(_PSEH3_H_) && !defined(_MSC_VER)
|
||||||
static _SEH2Registration_t * prev_frame;
|
static _SEH2Registration_t * prev_frame;
|
||||||
_SEH2Registration_t passthrough_frame;
|
_SEH2Registration_t passthrough_frame;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue