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 */