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
78056ca0
Commit
78056ca0
authored
Nov 25, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp71: Use thiscall where appropriate in the header file.
parent
b62d55d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
msvcp.h
dlls/msvcp71/msvcp.h
+11
-11
No files found.
dlls/msvcp71/msvcp.h
View file @
78056ca0
...
...
@@ -47,11 +47,11 @@ typedef struct
}
basic_string_char
;
basic_string_char
*
__thiscall
MSVCP_basic_string_char_ctor
(
basic_string_char
*
);
basic_string_char
*
__
std
call
MSVCP_basic_string_char_ctor_cstr
(
basic_string_char
*
,
const
char
*
);
basic_string_char
*
__
this
call
MSVCP_basic_string_char_ctor_cstr
(
basic_string_char
*
,
const
char
*
);
basic_string_char
*
__thiscall
MSVCP_basic_string_char_ctor_cstr_len
(
basic_string_char
*
,
const
char
*
,
MSVCP_size_t
);
basic_string_char
*
__
std
call
MSVCP_basic_string_char_copy_ctor
(
basic_string_char
*
,
const
basic_string_char
*
);
void
__
std
call
MSVCP_basic_string_char_dtor
(
basic_string_char
*
);
const
char
*
__
std
call
MSVCP_basic_string_char_c_str
(
const
basic_string_char
*
);
basic_string_char
*
__
this
call
MSVCP_basic_string_char_copy_ctor
(
basic_string_char
*
,
const
basic_string_char
*
);
void
__
this
call
MSVCP_basic_string_char_dtor
(
basic_string_char
*
);
const
char
*
__
this
call
MSVCP_basic_string_char_c_str
(
const
basic_string_char
*
);
void
__thiscall
MSVCP_basic_string_char_clear
(
basic_string_char
*
);
basic_string_char
*
__thiscall
MSVCP_basic_string_char_append_ch
(
basic_string_char
*
,
char
);
MSVCP_size_t
__thiscall
MSVCP_basic_string_char_length
(
const
basic_string_char
*
);
...
...
@@ -70,7 +70,7 @@ typedef struct
}
basic_string_wchar
;
basic_string_wchar
*
__thiscall
MSVCP_basic_string_wchar_ctor
(
basic_string_wchar
*
);
basic_string_wchar
*
__
std
call
MSVCP_basic_string_wchar_ctor_cstr
(
basic_string_wchar
*
,
const
wchar_t
*
);
basic_string_wchar
*
__
this
call
MSVCP_basic_string_wchar_ctor_cstr
(
basic_string_wchar
*
,
const
wchar_t
*
);
basic_string_wchar
*
__thiscall
MSVCP_basic_string_wchar_ctor_cstr_len
(
basic_string_wchar
*
,
const
wchar_t
*
,
MSVCP_size_t
);
void
__thiscall
MSVCP_basic_string_wchar_dtor
(
basic_string_wchar
*
);
const
wchar_t
*
__thiscall
MSVCP_basic_string_wchar_c_str
(
const
basic_string_wchar
*
);
...
...
@@ -78,12 +78,12 @@ void __thiscall MSVCP_basic_string_wchar_clear(basic_string_wchar*);
basic_string_wchar
*
__thiscall
MSVCP_basic_string_wchar_append_ch
(
basic_string_wchar
*
,
wchar_t
);
MSVCP_size_t
__thiscall
MSVCP_basic_string_wchar_length
(
const
basic_string_wchar
*
);
char
*
MSVCP_allocator_char_allocate
(
void
*
,
MSVCP_size_t
);
void
MSVCP_allocator_char_deallocate
(
void
*
,
char
*
,
MSVCP_size_t
);
MSVCP_size_t
MSVCP_allocator_char_max_size
(
void
*
);
wchar_t
*
MSVCP_allocator_wchar_allocate
(
void
*
,
MSVCP_size_t
);
void
MSVCP_allocator_wchar_deallocate
(
void
*
,
wchar_t
*
,
MSVCP_size_t
);
MSVCP_size_t
MSVCP_allocator_wchar_max_size
(
void
*
);
char
*
__thiscall
MSVCP_allocator_char_allocate
(
void
*
,
MSVCP_size_t
);
void
__thiscall
MSVCP_allocator_char_deallocate
(
void
*
,
char
*
,
MSVCP_size_t
);
MSVCP_size_t
__thiscall
MSVCP_allocator_char_max_size
(
void
*
);
wchar_t
*
__thiscall
MSVCP_allocator_wchar_allocate
(
void
*
,
MSVCP_size_t
);
void
__thiscall
MSVCP_allocator_wchar_deallocate
(
void
*
,
wchar_t
*
,
MSVCP_size_t
);
MSVCP_size_t
__thiscall
MSVCP_allocator_wchar_max_size
(
void
*
);
/* class locale::facet */
typedef
struct
{
...
...
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