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
539b7b41
Commit
539b7b41
authored
Jul 31, 1999
by
Eric Kohl
Committed by
Alexandre Julliard
Jul 31, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for _except_handler2().
parent
b694b006
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
crtdll.c
misc/crtdll.c
+8
-0
crtdll.spec
relay32/crtdll.spec
+1
-1
No files found.
misc/crtdll.c
View file @
539b7b41
...
...
@@ -2191,3 +2191,11 @@ LPSTR __cdecl CRTDLL__strtime (LPSTR date)
{
FIXME
(
"%p stub
\n
"
,
date
);
return
0
;
}
/*********************************************************************
* _except_handler2 (CRTDLL.78)
*/
INT
__cdecl
CRTDLL__except_handler2
(
void
*
a0
,
void
*
a1
,
void
*
a2
,
void
*
a3
)
{
FIXME
(
"%p %p %p %p stub
\n
"
,
a0
,
a1
,
a2
,
a3
);
return
0
;
}
relay32/crtdll.spec
View file @
539b7b41
...
...
@@ -80,7 +80,7 @@ init CRTDLL_Init
75 extern _environ_dll CRTDLL_environ_dll
76 stub _eof
77 cdecl _errno() CRTDLL__errno
78
stub
_except_handler2
78
cdecl _except_handler2(ptr ptr ptr ptr) CRTDLL_
_except_handler2
79 stub _execl
80 stub _execle
81 stub _execlp
...
...
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