Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
72999eac
Commit
72999eac
authored
Dec 15, 2011
by
Piotr Caban
Committed by
Alexandre Julliard
Dec 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90: Fixed basic_streambuf<char> vtable.
parent
07a9909c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
ios.c
dlls/msvcp90/ios.c
+13
-13
No files found.
dlls/msvcp90/ios.c
View file @
72999eac
...
...
@@ -318,19 +318,19 @@ void __asm_dummy_vtables(void) {
__ASM_VTABLE
(
ios_base
,
""
);
__ASM_VTABLE
(
basic_ios_char
,
""
);
__ASM_VTABLE
(
basic_streambuf_char
,
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_overflow
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_pbackfail
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_showmanyc
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_underflow
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_uflow
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_xsgetn
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char__Xsgetn_s
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_xsputn
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_seekoff
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_seekpos
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_setbuf
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_sync
)
"
\n
"
"
\t
.long "
THISCALL_NAME
(
basic_streambuf_char_imbue
)
"
\n
"
);
VTABLE_ADD_FUNC
(
basic_streambuf_char_overflow
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_pbackfail
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_showmanyc
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_underflow
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_uflow
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_xsgetn
)
VTABLE_ADD_FUNC
(
basic_streambuf_char__Xsgetn_s
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_xsputn
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_seekoff
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_seekpos
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_setbuf
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_sync
)
VTABLE_ADD_FUNC
(
basic_streambuf_char_imbue
)
);
__ASM_VTABLE
(
basic_ostream_char
,
""
);
#ifndef __GNUC__
}
...
...
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