mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[CPPRT]
Add an alias for __CxxFrameHandler3 on x64 builds svn path=/trunk/; revision=63216
This commit is contained in:
parent
9f8fa2af13
commit
6c9afdb590
1 changed files with 3 additions and 0 deletions
|
@ -13,4 +13,7 @@ DEFINE_ALIAS ??_L@YAXPEAX_KHP6AX0@Z2@Z, ?MSVCRTEX_eh_vector_constructor_iterator
|
|||
; void __cdecl `eh vector destructor iterator'(void *,unsigned __int64,int,void (__cdecl*)(void *))
|
||||
DEFINE_ALIAS ??_M@YAXPEAX_KHP6AX0@Z@Z, ?MSVCRTEX_eh_vector_destructor_iterator@@YAXPEAX_KHP6AX0@Z@Z
|
||||
|
||||
; These are the same
|
||||
DEFINE_ALIAS __CxxFrameHandler3, __CxxFrameHandler
|
||||
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue