msvcr110: Forward __crtSetUnhandledExceptionFilter to kernel32.SetUnhandledExceptionFilter.

This commit is contained in:
Austin English 2013-04-18 00:59:58 -07:00 committed by Alexandre Julliard
parent 758911a8da
commit 852e0457aa
2 changed files with 6 additions and 1 deletions

View File

@ -39,3 +39,8 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved)
}
return TRUE;
}
LPTOP_LEVEL_EXCEPTION_FILTER CDECL MSVCR110__crtSetUnhandledExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER filter)
{
return SetUnhandledExceptionFilter(filter);
}

View File

@ -928,7 +928,7 @@
@ stub -arch=i386,win64 __crtLCMapStringEx
@ cdecl __crtLCMapStringW(long long wstr long ptr long long long) msvcrt.__crtLCMapStringW
@ stub -arch=i386,win64 __crtSetThreadStackGuarantee
@ stub __crtSetUnhandledExceptionFilter
@ cdecl __crtSetUnhandledExceptionFilter(ptr) MSVCR110__crtSetUnhandledExceptionFilter
@ stub -arch=i386,win64 __crtTerminateProcess
@ stub -arch=i386,win64 __crtUnhandledException
@ cdecl __daylight() msvcrt.__daylight