msvcr110: Add a missing function header.
This commit is contained in:
parent
8dfd89c2e0
commit
991e8467c7
|
@ -40,6 +40,9 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*********************************************************************
|
||||||
|
* __crtSetUnhandledExceptionFilter (MSVCR110.@)
|
||||||
|
*/
|
||||||
LPTOP_LEVEL_EXCEPTION_FILTER CDECL MSVCR110__crtSetUnhandledExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER filter)
|
LPTOP_LEVEL_EXCEPTION_FILTER CDECL MSVCR110__crtSetUnhandledExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER filter)
|
||||||
{
|
{
|
||||||
return SetUnhandledExceptionFilter(filter);
|
return SetUnhandledExceptionFilter(filter);
|
||||||
|
|
Loading…
Reference in New Issue