include: Fix ExplorerBrowser interface declaration.

oldstable
David Hedberg 2010-07-17 16:52:47 +02:00 committed by Alexandre Julliard
parent 2a74569230
commit bd6b80624a
1 changed files with 1 additions and 1 deletions

View File

@ -1791,5 +1791,5 @@ interface IExplorerBrowser : IUnknown
HRESULT GetCurrentView(
[in] REFIID riid,
[out, iid_is(riid)] IUnknown **ppv);
[out, iid_is(riid)] void **ppv);
}