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
8b6565a6
Commit
8b6565a6
authored
Oct 13, 2021
by
Hans Leidekker
Committed by
Alexandre Julliard
Oct 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox: Add __DERIVATION to the list of system properties.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
22432290
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
query.c
dlls/wbemprox/query.c
+2
-1
No files found.
dlls/wbemprox/query.c
View file @
8b6565a6
...
...
@@ -1395,7 +1395,8 @@ HRESULT put_propval( const struct view *view, UINT index, const WCHAR *name, VAR
HRESULT
get_properties
(
const
struct
view
*
view
,
UINT
index
,
LONG
flags
,
SAFEARRAY
**
props
)
{
static
const
WCHAR
*
const
system_props
[]
=
{
L"__GENUS"
,
L"__CLASS"
,
L"__RELPATH"
,
L"__PROPERTY_COUNT"
,
L"__SERVER"
,
L"__NAMESPACE"
,
L"__PATH"
};
{
L"__GENUS"
,
L"__CLASS"
,
L"__RELPATH"
,
L"__PROPERTY_COUNT"
,
L"__DERIVATION"
,
L"__SERVER"
,
L"__NAMESPACE"
,
L"__PATH"
};
SAFEARRAY
*
sa
;
BSTR
str
;
UINT
i
,
table_index
,
result_index
,
count
=
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