mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Fix amd64 build.
svn path=/trunk/; revision=54652
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user