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
db55f1cd
Commit
db55f1cd
authored
Oct 17, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Oct 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp100: Store locale string in _Yarn<char> class.
parent
bdac1294
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
43 deletions
+48
-43
locale.c
dlls/msvcp100/locale.c
+43
-43
msvcp.h
dlls/msvcp100/msvcp.h
+5
-0
No files found.
dlls/msvcp100/locale.c
View file @
db55f1cd
This diff is collapsed.
Click to expand it.
dlls/msvcp100/msvcp.h
View file @
db55f1cd
...
...
@@ -84,6 +84,11 @@ typedef struct
char
null_str
;
}
_Yarn_char
;
_Yarn_char
*
__thiscall
_Yarn_char_ctor_cstr
(
_Yarn_char
*
,
const
char
*
);
_Yarn_char
*
__thiscall
_Yarn_char_copy_ctor
(
_Yarn_char
*
,
const
_Yarn_char
*
);
const
char
*
__thiscall
_Yarn_char_c_str
(
const
_Yarn_char
*
);
void
__thiscall
_Yarn_char_dtor
(
_Yarn_char
*
);
/* class locale::facet */
typedef
struct
{
const
vtable_ptr
*
vtable
;
...
...
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