Commit eb29d870 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

msvcm80: Add __setusermatherr_m stub.

parent de012d0b
......@@ -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
......@@ -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);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment