mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[C++]
Add arm version of r64555. ROSAPPS builds now completely @ ARM arch. svn path=/trunk/; revision=67865
This commit is contained in:
parent
9196ea556e
commit
894b7e0f01
1 changed files with 6 additions and 0 deletions
|
@ -20,5 +20,11 @@ _Target SETS "|$Target|"
|
|||
|
||||
; These are the same
|
||||
//DEFINE_ALIAS __CxxFrameHandler3, __CxxFrameHandler
|
||||
|
||||
; void __cdecl operator delete(void *,struct std::nothrow_t const &)
|
||||
DEFINE_ALIAS ??3@YAXPAXABUnothrow_t@std@@@Z, ??3@YAXPAX@Z
|
||||
|
||||
; void __cdecl operator delete[](void *,struct std::nothrow_t const &)
|
||||
DEFINE_ALIAS ??_V@YAXPAXABUnothrow_t@std@@@Z, ??3@YAXPAX@Z
|
||||
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue