mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[MSVCRT]
- Move __CxxFrameHandler3 to msvcrtex. Windows 2003's dll does not export this, and their msvcrt.lib doesn't have it, but we need this to support modern compilers. svn path=/trunk/; revision=64357
This commit is contained in:
@@ -891,6 +891,3 @@
|
||||
@ cdecl wctomb(ptr long)
|
||||
@ varargs wprintf(wstr)
|
||||
@ varargs wscanf(wstr)
|
||||
|
||||
# Functions not exported in native dll:
|
||||
@ cdecl -arch=i386 -norelay __CxxFrameHandler3(ptr ptr ptr ptr) __CxxFrameHandler
|
||||
|
||||
@@ -13,4 +13,7 @@ DEFINE_ALIAS ??_L@YGXPAXIHP6EX0@Z1@Z, ?MSVCRTEX_eh_vector_constructor_iterator@@
|
||||
; void __stdcall `eh vector destructor iterator'(void *,unsigned int,int,void (__thiscall*)(void *))
|
||||
DEFINE_ALIAS ??_M@YGXPAXIHP6EX0@Z@Z, ?MSVCRTEX_eh_vector_destructor_iterator@@YGXPAXIHP6EX0@Z@Z
|
||||
|
||||
; These are the same
|
||||
DEFINE_ALIAS ___CxxFrameHandler3, ___CxxFrameHandler
|
||||
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user