mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 14:24:45 +00:00
shdocvw: Add class definition for InternetExplorer.
This commit is contained in:
parent
140eabf3f4
commit
152541b94c
1 changed files with 11 additions and 0 deletions
|
@ -421,3 +421,14 @@ coclass ShellWindows
|
||||||
[default] interface IShellWindows;
|
[default] interface IShellWindows;
|
||||||
[default, source] dispinterface DShellWindowsEvents;
|
[default, source] dispinterface DShellWindowsEvents;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
uuid(0002df01-0000-0000-c000-000000000046)
|
||||||
|
]
|
||||||
|
coclass InternetExplorer
|
||||||
|
{
|
||||||
|
[default] interface IWebBrowser2;
|
||||||
|
interface IWebBrowserApp;
|
||||||
|
[default, source] dispinterface DWebBrowserEvents2;
|
||||||
|
[source] dispinterface DWebBrowserEvents;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue