faultrep: Add stub for ReportFault.

This commit is contained in:
Louis Lenders 2007-10-01 22:22:29 +01:00 committed by Alexandre Julliard
parent 47032fd07c
commit 127fd82a9b
2 changed files with 10 additions and 1 deletions

View file

@ -102,6 +102,15 @@ BOOL WINAPI AddERExcludedApplicationA(LPCSTR lpAppFileName)
return ret;
}
/*************************************************************************
* ReportFault [FAULTREP.@]
*/
EFaultRepRetVal WINAPI ReportFault(LPEXCEPTION_POINTERS pep, DWORD dwOpt)
{
FIXME("%p 0x%x stub\n", pep, dwOpt);
return frrvOk;
}
/***********************************************************************
* DllMain.
*/

View file

@ -4,7 +4,7 @@
@ stub CreateMinidumpW
@ stub ReportEREvent
@ stub ReportEREventDW
@ stub ReportFault
@ stdcall ReportFault(ptr long)
@ stub ReportFaultDWM
@ stub ReportFaultFromQueue
@ stub ReportFaultToQueue