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
fbd77651
Commit
fbd77651
authored
Sep 14, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Sep 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90: Fixed _Getcat return type.
parent
2f3d13a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
locale.c
dlls/msvcp100/locale.c
+5
-5
locale.c
dlls/msvcp90/locale.c
+5
-5
No files found.
dlls/msvcp100/locale.c
View file @
fbd77651
...
...
@@ -2935,7 +2935,7 @@ codecvt_wchar* __thiscall codecvt_wchar_vector_dtor(codecvt_wchar *this, unsigne
/* ?_Getcat@?$codecvt@_WDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$codecvt@_WDH@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
codecvt_wchar__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
codecvt_wchar__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
@@ -2987,7 +2987,7 @@ codecvt_wchar* codecvt_wchar_use_facet(const locale *loc)
/* ?_Getcat@?$codecvt@GDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$codecvt@GDH@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
codecvt_short__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
codecvt_short__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
@@ -6172,7 +6172,7 @@ num_put* __thiscall num_put_char_vector_dtor(num_put *this, unsigned int flags)
/* ?_Getcat@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
num_put_char__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
num_put_char__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
@@ -6819,7 +6819,7 @@ num_put* __thiscall num_put_wchar_vector_dtor(num_put *this, unsigned int flags)
/* ?_Getcat@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
num_put_wchar__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
num_put_wchar__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
@@ -6843,7 +6843,7 @@ unsigned int __cdecl num_put_wchar__Getcat(const locale_facet **facet, const loc
/* ?_Getcat@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
num_put_short__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
num_put_short__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
dlls/msvcp90/locale.c
View file @
fbd77651
...
...
@@ -3046,7 +3046,7 @@ codecvt_wchar* __thiscall codecvt_wchar_vector_dtor(codecvt_wchar *this, unsigne
/* ?_Getcat@?$codecvt@_WDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$codecvt@_WDH@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
codecvt_wchar__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
codecvt_wchar__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
@@ -3098,7 +3098,7 @@ codecvt_wchar* codecvt_wchar_use_facet(const locale *loc)
/* ?_Getcat@?$codecvt@GDH@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$codecvt@GDH@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
codecvt_short__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
codecvt_short__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
@@ -6315,7 +6315,7 @@ num_put* __thiscall num_put_char_vector_dtor(num_put *this, unsigned int flags)
/* ?_Getcat@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$num_put@DV?$ostreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
num_put_char__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
num_put_char__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
@@ -6962,7 +6962,7 @@ num_put* __thiscall num_put_wchar_vector_dtor(num_put *this, unsigned int flags)
/* ?_Getcat@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$num_put@_WV?$ostreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
num_put_wchar__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
num_put_wchar__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
@@ -6986,7 +6986,7 @@ unsigned int __cdecl num_put_wchar__Getcat(const locale_facet **facet, const loc
/* ?_Getcat@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SAIPAPBVfacet@locale@2@PBV42@@Z */
/* ?_Getcat@?$num_put@GV?$ostreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@SA_KPEAPEBVfacet@locale@2@PEBV42@@Z */
unsigned
in
t
__cdecl
num_put_short__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
MSVCP_size_
t
__cdecl
num_put_short__Getcat
(
const
locale_facet
**
facet
,
const
locale
*
loc
)
{
TRACE
(
"(%p %p)
\n
"
,
facet
,
loc
);
...
...
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