Louis Lenders : faultrep: Add stub for ReportFault.

Alexandre Julliard julliard at winehq.org
Tue Oct 2 06:52:40 CDT 2007


Module: wine
Branch: master
Commit: 127fd82a9b7122cc204c5ab7031844c4c7080ba5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=127fd82a9b7122cc204c5ab7031844c4c7080ba5

Author: Louis Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Mon Oct  1 22:22:29 2007 +0100

faultrep: Add stub for ReportFault.

---

 dlls/faultrep/faultrep.c    |    9 +++++++++
 dlls/faultrep/faultrep.spec |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/dlls/faultrep/faultrep.c b/dlls/faultrep/faultrep.c
index 3a04754..365f143 100644
--- a/dlls/faultrep/faultrep.c
+++ b/dlls/faultrep/faultrep.c
@@ -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.
  */
diff --git a/dlls/faultrep/faultrep.spec b/dlls/faultrep/faultrep.spec
index 77a2827..77e543f 100644
--- a/dlls/faultrep/faultrep.spec
+++ b/dlls/faultrep/faultrep.spec
@@ -4,7 +4,7 @@
 @ stub CreateMinidumpW
 @ stub ReportEREvent
 @ stub ReportEREventDW
-@ stub ReportFault
+@ stdcall ReportFault(ptr long)
 @ stub ReportFaultDWM
 @ stub ReportFaultFromQueue
 @ stub ReportFaultToQueue




More information about the wine-cvs mailing list