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
281c58bc
Commit
281c58bc
authored
Apr 24, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp60: 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
fff313f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
ios.c
dlls/msvcp60/ios.c
+2
-6
No files found.
dlls/msvcp60/ios.c
View file @
281c58bc
...
...
@@ -675,9 +675,7 @@ DEFINE_RTTI_DATA8(strstream, sizeof(strstream),
&
ios_base_rtti_base_descriptor
,
&
iosb_rtti_base_descriptor
,
"?AVstrstream@std@@"
)
#ifndef __GNUC__
void
__asm_dummy_vtables
(
void
)
{
#endif
__ASM_BLOCK_BEGIN
(
ios_vtables
)
__ASM_VTABLE
(
iosb
,
VTABLE_ADD_FUNC
(
iosb_vector_dtor
));
__ASM_VTABLE
(
ios_base
,
...
...
@@ -940,9 +938,7 @@ void __asm_dummy_vtables(void) {
VTABLE_ADD_FUNC
(
ostrstream_vector_dtor
));
__ASM_VTABLE
(
strstream
,
VTABLE_ADD_FUNC
(
strstream_vector_dtor
));
#ifndef __GNUC__
}
#endif
__ASM_BLOCK_END
/* ?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IAEXPAD00@Z */
/* ?setp@?$basic_streambuf@DU?$char_traits@D@std@@@std@@IEAAXPEAD00@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