Commit 152541b9 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

shdocvw: Add class definition for InternetExplorer.

parent 140eabf3
...@@ -421,3 +421,14 @@ coclass ShellWindows ...@@ -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;
}
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