msvcr110: Add a missing function header.

oldstable
Austin English 2013-04-30 15:42:30 -07:00 committed by Alexandre Julliard
parent 8dfd89c2e0
commit 991e8467c7
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved)
return TRUE;
}
/*********************************************************************
* __crtSetUnhandledExceptionFilter (MSVCR110.@)
*/
LPTOP_LEVEL_EXCEPTION_FILTER CDECL MSVCR110__crtSetUnhandledExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER filter)
{
return SetUnhandledExceptionFilter(filter);