1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

msvcp140: Add _ExceptionHolder::ReportUnhandledError stub.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53614
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
This commit is contained in:
Gijs Vermeulen 2022-09-02 23:16:25 +02:00 committed by Alexandre Julliard
parent 8f51e6bd47
commit 3f47b478b4
4 changed files with 24 additions and 6 deletions

View File

@ -1075,6 +1075,15 @@ bool __cdecl _Task_impl_base__IsNonBlockingThread(void)
return FALSE;
}
/* ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ */
/* ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ */
/* ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AEAAXXZ */
DEFINE_THISCALL_WRAPPER(_ExceptionHolder__ReportUnhandledError, 4)
void __thiscall _ExceptionHolder__ReportUnhandledError(void *this)
{
FIXME("(%p) stub\n", this);
}
__ASM_BLOCK_BEGIN(concurrency_details_vtables)
__ASM_VTABLE(_Concurrent_queue_base_v4,
VTABLE_ADD_FUNC(_Concurrent_queue_base_v4_dummy)

View File

@ -1085,9 +1085,9 @@
@ stub -arch=win64 ?CaptureCallstack@platform@details@Concurrency@@YA_KPEAPEAX_K1@Z
@ cdecl ?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ() kernel32.GetCurrentThreadId
@ stub ?GetNextAsyncId@platform@details@Concurrency@@YAIXZ
@ stub -arch=arm ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ
@ stub -arch=i386 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ
@ stub -arch=win64 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AEAAXXZ
@ cdecl -arch=arm ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ(ptr) _ExceptionHolder__ReportUnhandledError
@ thiscall -arch=i386 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ(ptr) _ExceptionHolder__ReportUnhandledError
@ cdecl -arch=win64 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AEAAXXZ(ptr) _ExceptionHolder__ReportUnhandledError
@ cdecl -arch=arm ?_Addcats@_Locinfo@std@@QAAAAV12@HPBD@Z(ptr long str) _Locinfo__Addcats
@ thiscall -arch=i386 ?_Addcats@_Locinfo@std@@QAEAAV12@HPBD@Z(ptr long str) _Locinfo__Addcats
@ cdecl -arch=win64 ?_Addcats@_Locinfo@std@@QEAAAEAV12@HPEBD@Z(ptr long str) _Locinfo__Addcats

View File

@ -1089,6 +1089,15 @@ bool __cdecl _Task_impl_base__IsNonBlockingThread(void)
FIXME("() stub\n");
return FALSE;
}
/* ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ */
/* ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ */
/* ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AEAAXXZ */
DEFINE_THISCALL_WRAPPER(_ExceptionHolder__ReportUnhandledError, 4)
void __thiscall _ExceptionHolder__ReportUnhandledError(void *this)
{
FIXME("(%p) stub\n", this);
}
#endif
__ASM_BLOCK_BEGIN(concurrency_details_vtables)

View File

@ -1085,9 +1085,9 @@
@ stub -arch=win64 ?CaptureCallstack@platform@details@Concurrency@@YA_KPEAPEAX_K1@Z
@ cdecl ?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ() msvcp140.?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ
@ stub ?GetNextAsyncId@platform@details@Concurrency@@YAIXZ
@ stub -arch=arm ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ
@ stub -arch=i386 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ
@ stub -arch=win64 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AEAAXXZ
@ cdecl -arch=arm ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ(ptr) msvcp140.?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ
@ thiscall -arch=i386 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ(ptr) msvcp140.?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ
@ cdecl -arch=win64 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AEAAXXZ(ptr) msvcp140.?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AEAAXXZ
@ cdecl -arch=arm ?_Addcats@_Locinfo@std@@QAAAAV12@HPBD@Z(ptr long str) msvcp140.?_Addcats@_Locinfo@std@@QAAAAV12@HPBD@Z
@ thiscall -arch=i386 ?_Addcats@_Locinfo@std@@QAEAAV12@HPBD@Z(ptr long str) msvcp140.?_Addcats@_Locinfo@std@@QAEAAV12@HPBD@Z
@ cdecl -arch=win64 ?_Addcats@_Locinfo@std@@QEAAAEAV12@HPEBD@Z(ptr long str) msvcp140.?_Addcats@_Locinfo@std@@QEAAAEAV12@HPEBD@Z