* Sync up to trunk head (r64377).
[reactos.git] / lib / sdk / cpprt / i386 / cpprt.s
1 #include <asm.inc>
2
3 .code
4
5 MACRO(DEFINE_ALIAS, alias, orig, type)
6 EXTERN &orig:&type
7 ALIAS <&alias> = <&orig>
8 ENDM
9
10 ; void __stdcall `eh vector constructor iterator'(void *,unsigned int,int,void (__thiscall*)(void *),void (__thiscall*)(void *))
11 DEFINE_ALIAS ??_L@YGXPAXIHP6EX0@Z1@Z, ?MSVCRTEX_eh_vector_constructor_iterator@@YGXPAXIHP6EX0@Z1@Z
12
13 ; void __stdcall `eh vector destructor iterator'(void *,unsigned int,int,void (__thiscall*)(void *))
14 DEFINE_ALIAS ??_M@YGXPAXIHP6EX0@Z@Z, ?MSVCRTEX_eh_vector_destructor_iterator@@YGXPAXIHP6EX0@Z@Z
15
16 ; These are the same
17 DEFINE_ALIAS ___CxxFrameHandler3, ___CxxFrameHandler
18
19 END