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
3f47b478
Commit
3f47b478
authored
Sep 02, 2022
by
Gijs Vermeulen
Committed by
Alexandre Julliard
Sep 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp140: Add _ExceptionHolder::ReportUnhandledError stub.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=53614
Signed-off-by:
Gijs Vermeulen
<
gijsvrm@gmail.com
>
parent
8f51e6bd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
6 deletions
+24
-6
details.c
dlls/concrt140/details.c
+9
-0
msvcp140.spec
dlls/msvcp140/msvcp140.spec
+3
-3
details.c
dlls/msvcp90/details.c
+9
-0
msvcp_win.spec
dlls/msvcp_win/msvcp_win.spec
+3
-3
No files found.
dlls/concrt140/details.c
View file @
3f47b478
...
@@ -1075,6 +1075,15 @@ bool __cdecl _Task_impl_base__IsNonBlockingThread(void)
...
@@ -1075,6 +1075,15 @@ bool __cdecl _Task_impl_base__IsNonBlockingThread(void)
return
FALSE
;
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_BLOCK_BEGIN
(
concurrency_details_vtables
)
__ASM_VTABLE
(
_Concurrent_queue_base_v4
,
__ASM_VTABLE
(
_Concurrent_queue_base_v4
,
VTABLE_ADD_FUNC
(
_Concurrent_queue_base_v4_dummy
)
VTABLE_ADD_FUNC
(
_Concurrent_queue_base_v4_dummy
)
...
...
dlls/msvcp140/msvcp140.spec
View file @
3f47b478
...
@@ -1085,9 +1085,9 @@
...
@@ -1085,9 +1085,9 @@
@ stub -arch=win64 ?CaptureCallstack@platform@details@Concurrency@@YA_KPEAPEAX_K1@Z
@ stub -arch=win64 ?CaptureCallstack@platform@details@Concurrency@@YA_KPEAPEAX_K1@Z
@ cdecl ?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ() kernel32.GetCurrentThreadId
@ cdecl ?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ() kernel32.GetCurrentThreadId
@ stub ?GetNextAsyncId@platform@details@Concurrency@@YAIXZ
@ stub ?GetNextAsyncId@platform@details@Concurrency@@YAIXZ
@
stub -arch=arm ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ
@
cdecl -arch=arm ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ(ptr) _ExceptionHolder__ReportUnhandledError
@
stub -arch=i386 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ
@
thiscall -arch=i386 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ(ptr) _ExceptionHolder__ReportUnhandledError
@
stub -arch=win64 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AEAAXXZ
@
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
@ 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
@ 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
@ cdecl -arch=win64 ?_Addcats@_Locinfo@std@@QEAAAEAV12@HPEBD@Z(ptr long str) _Locinfo__Addcats
...
...
dlls/msvcp90/details.c
View file @
3f47b478
...
@@ -1089,6 +1089,15 @@ bool __cdecl _Task_impl_base__IsNonBlockingThread(void)
...
@@ -1089,6 +1089,15 @@ bool __cdecl _Task_impl_base__IsNonBlockingThread(void)
FIXME
(
"() stub
\n
"
);
FIXME
(
"() stub
\n
"
);
return
FALSE
;
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
#endif
__ASM_BLOCK_BEGIN
(
concurrency_details_vtables
)
__ASM_BLOCK_BEGIN
(
concurrency_details_vtables
)
...
...
dlls/msvcp_win/msvcp_win.spec
View file @
3f47b478
...
@@ -1085,9 +1085,9 @@
...
@@ -1085,9 +1085,9 @@
@ stub -arch=win64 ?CaptureCallstack@platform@details@Concurrency@@YA_KPEAPEAX_K1@Z
@ stub -arch=win64 ?CaptureCallstack@platform@details@Concurrency@@YA_KPEAPEAX_K1@Z
@ cdecl ?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ() msvcp140.?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ
@ cdecl ?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ() msvcp140.?GetCurrentThreadId@platform@details@Concurrency@@YAJXZ
@ stub ?GetNextAsyncId@platform@details@Concurrency@@YAIXZ
@ stub ?GetNextAsyncId@platform@details@Concurrency@@YAIXZ
@
stub -arch=arm
?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ
@
cdecl -arch=arm ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ(ptr) msvcp140.
?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAAXXZ
@
stub -arch=i386
?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ
@
thiscall -arch=i386 ?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ(ptr) msvcp140.
?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AAEXXZ
@
stub -arch=win64
?ReportUnhandledError@_ExceptionHolder@details@Concurrency@@AEAAXXZ
@
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
@ 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
@ 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
@ cdecl -arch=win64 ?_Addcats@_Locinfo@std@@QEAAAEAV12@HPEBD@Z(ptr long str) msvcp140.?_Addcats@_Locinfo@std@@QEAAAEAV12@HPEBD@Z
...
...
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