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
3f8ac955
Commit
3f8ac955
authored
Apr 24, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Use __ASM_BLOCK_BEGIN and __ASM_BLOCK_END macros.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ddd4a7c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
+4
-12
cpp.c
dlls/msvcrt/cpp.c
+2
-6
scheduler.c
dlls/msvcrt/scheduler.c
+2
-6
No files found.
dlls/msvcrt/cpp.c
View file @
3f8ac955
...
...
@@ -991,9 +991,7 @@ void __thiscall MSVCRT_improper_scheduler_detach_dtor(
#endif
/* _MSVCR_VER >= 100 */
#ifndef __GNUC__
void
__asm_dummy_vtables
(
void
)
{
#endif
__ASM_BLOCK_BEGIN
(
vtables
)
__ASM_VTABLE
(
type_info
,
VTABLE_ADD_FUNC
(
MSVCRT_type_info_vector_dtor
));
...
...
@@ -1041,9 +1039,7 @@ __ASM_VTABLE(improper_scheduler_detach,
VTABLE_ADD_FUNC
(
MSVCRT_what_exception
));
#endif
#ifndef __GNUC__
}
#endif
__ASM_BLOCK_END
DEFINE_RTTI_DATA0
(
type_info
,
0
,
".?AVtype_info@@"
)
#if _MSVCR_VER >= 80
...
...
dlls/msvcrt/scheduler.c
View file @
3f8ac955
...
...
@@ -1094,9 +1094,7 @@ DEFINE_RTTI_DATA1(SchedulerBase, 0, &Scheduler_rtti_base_descriptor, ".?AVSchedu
DEFINE_RTTI_DATA2
(
ThreadScheduler
,
0
,
&
SchedulerBase_rtti_base_descriptor
,
&
Scheduler_rtti_base_descriptor
,
".?AVThreadScheduler@details@Concurrency@@"
)
#ifndef __GNUC__
void
__asm_dummy_vtables
(
void
)
{
#endif
__ASM_BLOCK_BEGIN
(
scheduler_vtables
)
__ASM_VTABLE
(
ExternalContextBase
,
VTABLE_ADD_FUNC
(
ExternalContextBase_GetId
)
VTABLE_ADD_FUNC
(
ExternalContextBase_GetVirtualProcessorId
)
...
...
@@ -1125,9 +1123,7 @@ void __asm_dummy_vtables(void) {
VTABLE_ADD_FUNC
(
ThreadScheduler_IsAvailableLocation
)
#endif
);
#ifndef __GNUC__
}
#endif
__ASM_BLOCK_END
void
msvcrt_init_scheduler
(
void
*
base
)
{
...
...
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