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
9ebc5f04
Commit
9ebc5f04
authored
Sep 17, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Sep 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp80: Make some internal variables static.
parent
aeafaf69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
msvcp80.c
dlls/msvcp80/msvcp80.c
+13
-13
No files found.
dlls/msvcp80/msvcp80.c
View file @
9ebc5f04
...
@@ -88,19 +88,19 @@ typedef struct {
...
@@ -88,19 +88,19 @@ typedef struct {
const
wchar_t
*
pos
;
const
wchar_t
*
pos
;
}
basic_string_wchar_reverse_iter
;
}
basic_string_wchar_reverse_iter
;
const
struct
locale
*
(
CDECL
*
plocale_classic
)(
void
);
static
const
struct
locale
*
(
CDECL
*
plocale_classic
)(
void
);
MSVCP_size_t
(
CDECL
*
pcollate_char__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pcollate_char__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pcollate_wchar__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pcollate_wchar__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pcollate_short__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pcollate_short__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pctype_char__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pctype_char__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pctype_wchar__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pctype_wchar__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pctype_short__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pctype_short__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pcodecvt_char__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pcodecvt_char__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pcodecvt_wchar__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pcodecvt_wchar__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pcodecvt_short__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pcodecvt_short__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pnumpunct_char__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pnumpunct_char__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pnumpunct_wchar__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pnumpunct_wchar__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
MSVCP_size_t
(
CDECL
*
pnumpunct_short__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
MSVCP_size_t
(
CDECL
*
pnumpunct_short__Getcat
)(
const
struct
locale_facet
**
,
const
struct
locale
*
);
static
BOOL
init_funcs
(
void
)
static
BOOL
init_funcs
(
void
)
{
{
...
...
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