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
043fcc92
Commit
043fcc92
authored
Nov 14, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Nov 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp60: Fixed basic_filebuf<char> implementation.
parent
aa04ea70
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
8 deletions
+11
-8
ios.c
dlls/msvcp60/ios.c
+0
-0
locale.c
dlls/msvcp60/locale.c
+0
-4
msvcp.h
dlls/msvcp60/msvcp.h
+7
-0
msvcp60.spec
dlls/msvcp60/msvcp60.spec
+4
-4
No files found.
dlls/msvcp60/ios.c
View file @
043fcc92
This diff is collapsed.
Click to expand it.
dlls/msvcp60/locale.c
View file @
043fcc92
...
...
@@ -45,10 +45,6 @@ static const locale_facet* locale__Getfacet(const locale*, MSVCP_size_t);
typedef
int
category
;
typedef
struct
{
MSVCP_size_t
id
;
}
locale_id
;
typedef
struct
_locale__Locimp
{
locale_facet
facet
;
locale_facet
**
facetvec
;
...
...
dlls/msvcp60/msvcp.h
View file @
043fcc92
...
...
@@ -50,6 +50,7 @@ const char* __thiscall basic_string_char_c_str(const basic_string_char*);
void
basic_string_char_clear
(
basic_string_char
*
);
basic_string_char
*
__thiscall
basic_string_char_append_ch
(
basic_string_char
*
,
char
);
MSVCP_size_t
__thiscall
basic_string_char_length
(
const
basic_string_char
*
);
basic_string_char
*
__thiscall
basic_string_char_append_len_ch
(
basic_string_char
*
,
MSVCP_size_t
,
char
);
typedef
struct
{
...
...
@@ -167,6 +168,7 @@ locale* __thiscall locale_copy_ctor(locale*, const locale*);
locale
*
__thiscall
locale_operator_assign
(
locale
*
,
const
locale
*
);
void
__thiscall
locale_dtor
(
locale
*
);
void
free_locale
(
void
);
locale
*
__thiscall
locale__Addfac
(
locale
*
,
locale_facet
*
,
MSVCP_size_t
,
MSVCP_size_t
);
codecvt_char
*
codecvt_char_use_facet
(
const
locale
*
);
codecvt_wchar
*
codecvt_wchar_use_facet
(
const
locale
*
);
codecvt_wchar
*
codecvt_short_use_facet
(
const
locale
*
);
...
...
@@ -174,6 +176,11 @@ ctype_char* ctype_char_use_facet(const locale*);
ctype_wchar
*
ctype_wchar_use_facet
(
const
locale
*
);
ctype_wchar
*
ctype_short_use_facet
(
const
locale
*
);
typedef
struct
{
MSVCP_size_t
id
;
}
locale_id
;
extern
locale_id
codecvt_char_id
;
/* class _Lockit */
typedef
struct
{
char
empty_struct
;
...
...
dlls/msvcp60/msvcp60.spec
View file @
043fcc92
...
...
@@ -2283,8 +2283,8 @@
@ cdecl -arch=win64 ?_Init@strstreambuf@std@@IEAAXHPEAD0H@Z(ptr long ptr ptr long) strstreambuf__Init
@ extern ?_Init_cnt@Init@ios_base@std@@0HA ios_base_Init__Init_cnt
@ extern ?_Init_cnt@_Winit@std@@0HA _Winit__Init_cnt
@
stub -arch=win32 ?_Initcvt@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IAEXXZ
@
stub -arch=win64 ?_Initcvt@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IEAAXXZ
@
thiscall -arch=win32 ?_Initcvt@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IAEXXZ(ptr) basic_filebuf_char__Initcvt
@
cdecl -arch=win64 ?_Initcvt@?$basic_filebuf@DU?$char_traits@D@std@@@std@@IEAAXXZ(ptr) basic_filebuf_char__Initcvt
@ stub -arch=win32 ?_Initcvt@?$basic_filebuf@GU?$char_traits@G@std@@@std@@IAEXXZ
@ stub -arch=win64 ?_Initcvt@?$basic_filebuf@GU?$char_traits@G@std@@@std@@IEAAXXZ
@ stub -arch=win32 ?_Iput@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@KA?AV?$ostreambuf_iterator@DU?$char_traits@D@std@@@2@V32@AAVios_base@2@DPADI@Z
...
...
@@ -3212,8 +3212,8 @@
@ cdecl -arch=win64 ?getline@std@@YAAEAV?$basic_istream@GU?$char_traits@G@std@@@1@AEAV21@AEAV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@1@@Z(ptr ptr) basic_istream_wchar_getline_bstr
@ cdecl -arch=win32 ?getline@std@@YAAAV?$basic_istream@GU?$char_traits@G@std@@@1@AAV21@AAV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@1@G@Z(ptr ptr long) basic_istream_wchar_getline_bstr_delim
@ cdecl -arch=win64 ?getline@std@@YAAEAV?$basic_istream@GU?$char_traits@G@std@@@1@AEAV21@AEAV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@1@G@Z(ptr ptr long) basic_istream_wchar_getline_bstr_delim
@
stub -arch=win32 ?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE?AVlocale@2@XZ
@
stub -arch=win64 ?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA?AVlocale@2@XZ
@
thiscall -arch=win32 ?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAE?AVlocale@2@XZ(ptr ptr) basic_streambuf_char_getloc
@
cdecl -arch=win64 ?getloc@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QEAA?AVlocale@2@XZ(ptr ptr) basic_streambuf_char_getloc
@ stub -arch=win32 ?getloc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QAE?AVlocale@2@XZ
@ stub -arch=win64 ?getloc@?$basic_streambuf@GU?$char_traits@G@std@@@std@@QEAA?AVlocale@2@XZ
@ thiscall -arch=win32 ?getloc@ios_base@std@@QBE?AVlocale@2@XZ(ptr ptr) ios_base_getloc
...
...
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