include: Fix ExplorerBrowser interface declaration.
This commit is contained in:
parent
2a74569230
commit
bd6b80624a
|
@ -1791,5 +1791,5 @@ interface IExplorerBrowser : IUnknown
|
||||||
|
|
||||||
HRESULT GetCurrentView(
|
HRESULT GetCurrentView(
|
||||||
[in] REFIID riid,
|
[in] REFIID riid,
|
||||||
[out, iid_is(riid)] IUnknown **ppv);
|
[out, iid_is(riid)] void **ppv);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue