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
acea9d12
Commit
acea9d12
authored
Oct 16, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented _seh_longjmp_unwind.
parent
2dcc6f0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
except.c
dlls/msvcrt/except.c
+8
-0
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
No files found.
dlls/msvcrt/except.c
View file @
acea9d12
...
...
@@ -373,6 +373,14 @@ void _MSVCRT_longjmp(_JUMP_BUFFER *jmp, int retval, CONTEXT86* context)
#endif
/* i386 */
/*********************************************************************
* _seh_longjmp_unwind (MSVCRT.@)
*/
void
__stdcall
_seh_longjmp_unwind
(
_JUMP_BUFFER
*
jmp
)
{
_local_unwind2
(
(
MSVCRT_EXCEPTION_FRAME
*
)
jmp
->
Registration
,
jmp
->
TryLevel
);
}
/*********************************************************************
* signal (MSVCRT.@)
*/
void
*
MSVCRT_signal
(
int
sig
,
MSVCRT_sig_handler_func
func
)
...
...
dlls/msvcrt/msvcrt.spec
View file @
acea9d12
...
...
@@ -423,7 +423,7 @@ init MSVCRT_Init
@ cdecl _safe_fprem1() _safe_fprem1
@ cdecl _scalb( double long) _scalb
@ cdecl _searchenv(str str str) _searchenv
@ st
ub
_seh_longjmp_unwind
@ st
dcall _seh_longjmp_unwind(ptr)
_seh_longjmp_unwind
@ stub _set_error_mode #(long)
@ stub _set_sbh_threshold #(long)
@ stub _seterrormode #(long)
...
...
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