From 965b4e276c9f877e29ddbe7c814ea3c6f39ca58d Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Wed, 14 Dec 2011 23:46:23 +0000 Subject: [PATCH] Fix amd64 build. svn path=/trunk/; revision=54652 --- reactos/lib/sdk/crt/except/except.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/sdk/crt/except/except.c b/reactos/lib/sdk/crt/except/except.c index bca842ddd74..cde9c1d9b1a 100644 --- a/reactos/lib/sdk/crt/except/except.c +++ b/reactos/lib/sdk/crt/except/except.c @@ -262,8 +262,6 @@ int CDECL _except_handler4_common( ULONG *cookie, void (*check_cookie)(void), return ExceptionContinueSearch; } -#endif - /******************************************************************* * _local_unwind4 (MSVCRT.@) */ @@ -281,6 +279,8 @@ void __stdcall _seh_longjmp_unwind4(struct __JUMP_BUFFER *jmp) jmp->TryLevel, (void *)jmp->Ebp ); } +#endif + /****************************************************************** * __uncaught_exception */