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
6902b511
Commit
6902b511
authored
Jun 25, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Jun 25, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90: Added basic_ostream<wchar> implementation.
parent
d7bb597c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
ios.c
dlls/msvcp90/ios.c
+0
-0
msvcp90.h
dlls/msvcp90/msvcp90.h
+18
-0
msvcp90.spec
dlls/msvcp90/msvcp90.spec
+0
-0
No files found.
dlls/msvcp90/ios.c
View file @
6902b511
This diff is collapsed.
Click to expand it.
dlls/msvcp90/msvcp90.h
View file @
6902b511
...
...
@@ -610,5 +610,23 @@ ostreambuf_iterator_char* __thiscall num_put_char_put_uint64(const num_put*, ost
ostreambuf_iterator_char
*
__thiscall
num_put_char_put_bool
(
const
num_put
*
,
ostreambuf_iterator_char
*
,
ostreambuf_iterator_char
,
ios_base
*
,
char
,
MSVCP_bool
);
num_put
*
num_put_wchar_use_facet
(
const
locale
*
);
ostreambuf_iterator_wchar
*
__thiscall
num_put_wchar_put_long
(
const
num_put
*
,
ostreambuf_iterator_wchar
*
,
ostreambuf_iterator_wchar
,
ios_base
*
,
wchar_t
,
LONG
);
ostreambuf_iterator_wchar
*
__thiscall
num_put_wchar_put_ulong
(
const
num_put
*
,
ostreambuf_iterator_wchar
*
,
ostreambuf_iterator_wchar
,
ios_base
*
,
wchar_t
,
ULONG
);
ostreambuf_iterator_wchar
*
__thiscall
num_put_wchar_put_double
(
const
num_put
*
,
ostreambuf_iterator_wchar
*
,
ostreambuf_iterator_wchar
,
ios_base
*
,
wchar_t
,
double
);
ostreambuf_iterator_wchar
*
__thiscall
num_put_wchar_put_ldouble
(
const
num_put
*
,
ostreambuf_iterator_wchar
*
,
ostreambuf_iterator_wchar
,
ios_base
*
,
wchar_t
,
double
);
ostreambuf_iterator_wchar
*
__thiscall
num_put_wchar_put_ptr
(
const
num_put
*
,
ostreambuf_iterator_wchar
*
,
ostreambuf_iterator_wchar
,
ios_base
*
,
wchar_t
,
const
void
*
);
ostreambuf_iterator_wchar
*
__thiscall
num_put_wchar_put_int64
(
const
num_put
*
,
ostreambuf_iterator_wchar
*
,
ostreambuf_iterator_wchar
,
ios_base
*
,
wchar_t
,
__int64
);
ostreambuf_iterator_wchar
*
__thiscall
num_put_wchar_put_uint64
(
const
num_put
*
,
ostreambuf_iterator_wchar
*
,
ostreambuf_iterator_wchar
,
ios_base
*
,
wchar_t
,
unsigned
__int64
);
ostreambuf_iterator_wchar
*
__thiscall
num_put_wchar_put_bool
(
const
num_put
*
,
ostreambuf_iterator_wchar
*
,
ostreambuf_iterator_wchar
,
ios_base
*
,
wchar_t
,
MSVCP_bool
);
void
init_io
(
void
);
void
free_io
(
void
);
dlls/msvcp90/msvcp90.spec
View file @
6902b511
This diff is collapsed.
Click to expand it.
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