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
bcc29002
Commit
bcc29002
authored
Jun 17, 2015
by
Piotr Caban
Committed by
Alexandre Julliard
Jun 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp110: Use ___lc_locale_name_func in _Getctype.
parent
f55192aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
locale.c
dlls/msvcp90/locale.c
+2
-2
No files found.
dlls/msvcp90/locale.c
View file @
bcc29002
...
...
@@ -61,6 +61,7 @@ MSVCP_size_t __cdecl _Strftime(char*, MSVCP_size_t, const char*,
const
locale
*
__cdecl
locale_classic
(
void
);
#if _MSVCP_VER >= 110
wchar_t
**
__cdecl
___lc_locale_name_func
(
void
);
static
LCID
*
___lc_handle_func
(
void
)
{
LCID
*
ret
;
...
...
@@ -688,8 +689,7 @@ _Ctypevec* __cdecl _Getctype(_Ctypevec *ret)
#if _MSVCP_VER < 110
ret
->
handle
=
___lc_handle_func
()[
LC_COLLATE
];
#else
/* FIXME: use ___lc_locale_name_func() */
ret
->
name
=
NULL
;
ret
->
name
=
___lc_locale_name_func
()[
LC_COLLATE
];
#endif
ret
->
delfl
=
TRUE
;
table
=
malloc
(
sizeof
(
short
[
256
]));
...
...
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