mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
include: Fix INameSpaceTreeControlEvents interface declaration.
This commit is contained in:
parent
555c5190aa
commit
479a9ee11e
@ -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]++;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user