- 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:
Thomas Faber
2014-09-27 20:32:22 +00:00
parent 757be99483
commit e9efd5b152
2 changed files with 3 additions and 3 deletions
-3
View File
@@ -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
+3
View File
@@ -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