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
479a9ee1
Commit
479a9ee1
authored
Aug 26, 2010
by
David Hedberg
Committed by
Alexandre Julliard
Aug 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix INameSpaceTreeControlEvents interface declaration.
parent
555c5190
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
nstc.c
dlls/explorerframe/tests/nstc.c
+1
-3
shobjidl.idl
include/shobjidl.idl
+1
-3
No files found.
dlls/explorerframe/tests/nstc.c
View file @
479a9ee1
...
...
@@ -277,9 +277,7 @@ static HRESULT WINAPI NSTCEvents_fnOnAfterContextMenu(
static
HRESULT
WINAPI
NSTCEvents_fnOnBeforeStateImageChange
(
INameSpaceTreeControlEvents
*
iface
,
IShellItem
*
psi
,
int
*
piDefaultIcon
,
int
*
piOpenIcon
)
IShellItem
*
psi
)
{
ok
(
psi
!=
NULL
,
"NULL IShellItem
\n
"
);
NSTCE_IMPL
(
iface
)
->
count
[
OnBeforeStateImageChange
]
++
;
...
...
include/shobjidl.idl
View file @
479a9ee1
...
...
@@ -2213,9 +2213,7 @@ interface INameSpaceTreeControlEvents : IUnknown
[out, iid_is(riid)] void **ppv);
HRESULT OnBeforeStateImageChange(
[in] IShellItem *psi,
[out] int *piDefaultIcon,
[out] int *piOpenIcon);
[in] IShellItem *psi);
HRESULT OnGetDefaultIconIndex(
[in] IShellItem *psi,
...
...
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