mirror of
https://github.com/reactos/reactos.git
synced 2025-05-27 21:18:15 +00:00
Fix amd64 build.
svn path=/trunk/; revision=54652
This commit is contained in:
parent
b30bf6de31
commit
965b4e276c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue