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
eb29d870
Commit
eb29d870
authored
May 04, 2012
by
Vincent Povirk
Committed by
Alexandre Julliard
May 07, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcm80: Add __setusermatherr_m stub.
parent
de012d0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
msvcm80.spec
dlls/msvcm80/msvcm80.spec
+1
-1
msvcm80_main.c
dlls/msvcm80/msvcm80_main.c
+7
-0
No files found.
dlls/msvcm80/msvcm80.spec
View file @
eb29d870
...
...
@@ -300,7 +300,7 @@
@ stub -arch=win64 ?setw@std@@YA?AU?$_Smanip@_J@1@_J@Z
@ stub ?signal@@YAP6MXH@ZHH@Z
@ stub ?signal@@YAP6MXH@ZHP6MXH@Z@Z
@
stub __setusermatherr_m
@
cdecl __setusermatherr_m(ptr)
@ stub towctrans
@ stub wctrans
@ stub wctype
dlls/msvcm80/msvcm80_main.c
View file @
eb29d870
...
...
@@ -49,3 +49,10 @@ void __cdecl CrtImplementationDetails_RegisterModuleUninitializer(void* handler)
{
FIXME
(
"%p: stub
\n
"
,
handler
);
}
/* handler is a "method" with signature int32 (*handler)(_exception*), but I'm
* not sure what that means */
void
__cdecl
__setusermatherr_m
(
void
*
handler
)
{
FIXME
(
"%p: stub
\n
"
,
handler
);
}
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