Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
9f7e450c
Commit
9f7e450c
authored
Jul 27, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox: Make some signature table functions static.
parent
d0282267
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
class.c
dlls/wbemprox/class.c
+3
-3
No files found.
dlls/wbemprox/class.c
View file @
9f7e450c
...
...
@@ -471,7 +471,7 @@ static void set_default_value( CIMTYPE type, UINT val, BYTE *ptr )
}
}
HRESULT
create_signature_columns_and_data
(
IEnumWbemClassObject
*
iter
,
UINT
*
num_cols
,
static
HRESULT
create_signature_columns_and_data
(
IEnumWbemClassObject
*
iter
,
UINT
*
num_cols
,
struct
column
**
cols
,
BYTE
**
data
)
{
static
const
WCHAR
parameterW
[]
=
{
'P'
,
'a'
,
'r'
,
'a'
,
'm'
,
'e'
,
't'
,
'e'
,
'r'
,
0
};
...
...
@@ -525,7 +525,7 @@ error:
return
hr
;
}
HRESULT
create_signature_table
(
IEnumWbemClassObject
*
iter
,
WCHAR
*
name
)
static
HRESULT
create_signature_table
(
IEnumWbemClassObject
*
iter
,
WCHAR
*
name
)
{
HRESULT
hr
;
struct
table
*
table
;
...
...
@@ -546,7 +546,7 @@ HRESULT create_signature_table( IEnumWbemClassObject *iter, WCHAR *name )
return
S_OK
;
}
WCHAR
*
build_signature_table_name
(
const
WCHAR
*
class
,
const
WCHAR
*
method
,
enum
param_direction
dir
)
static
WCHAR
*
build_signature_table_name
(
const
WCHAR
*
class
,
const
WCHAR
*
method
,
enum
param_direction
dir
)
{
static
const
WCHAR
fmtW
[]
=
{
'_'
,
'_'
,
'%'
,
's'
,
'_'
,
'%'
,
's'
,
'_'
,
'%'
,
's'
,
0
};
static
const
WCHAR
outW
[]
=
{
'O'
,
'U'
,
'T'
,
0
};
...
...
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