Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
127fd82a
Commit
127fd82a
authored
Oct 01, 2007
by
Louis Lenders
Committed by
Alexandre Julliard
Oct 02, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
faultrep: Add stub for ReportFault.
parent
47032fd0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
faultrep.c
dlls/faultrep/faultrep.c
+9
-0
faultrep.spec
dlls/faultrep/faultrep.spec
+1
-1
No files found.
dlls/faultrep/faultrep.c
View file @
127fd82a
...
...
@@ -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.
*/
...
...
dlls/faultrep/faultrep.spec
View file @
127fd82a
...
...
@@ -4,7 +4,7 @@
@ stub CreateMinidumpW
@ stub ReportEREvent
@ stub ReportEREventDW
@ st
ub ReportFault
@ st
dcall ReportFault(ptr long)
@ stub ReportFaultDWM
@ stub ReportFaultFromQueue
@ stub ReportFaultToQueue
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment