Commit bd6b8062 authored by David Hedberg's avatar David Hedberg Committed by Alexandre Julliard

include: Fix ExplorerBrowser interface declaration.

parent 2a745692
......@@ -1791,5 +1791,5 @@ interface IExplorerBrowser : IUnknown
HRESULT GetCurrentView(
[in] REFIID riid,
[out, iid_is(riid)] IUnknown **ppv);
[out, iid_is(riid)] void **ppv);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment