include: Add some defines for mshtml service IDs.

oldstable
Rob Shearman 2007-08-23 15:44:16 +01:00 committed by Alexandre Julliard
parent 38b1c7918f
commit 68efb47ca3
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@ import "ocidl.idl";
cpp_quote("#include <olectl.h>")
cpp_quote("DEFINE_GUID(SID_SEditCommandTarget, 0x3050f4b5,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);")
cpp_quote("DEFINE_GUID(SID_SHTMLEditHost, 0x3050f6a0,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);")
cpp_quote("DEFINE_GUID(SID_SHTMLEditServices, 0x3050f7f9,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);")
cpp_quote("#define SID_SHTMLWindow IID_IHTMLWindow2")
cpp_quote("#define SID_SElementBehaviorFactory IID_IElementBehaviorFactory")
interface IHTMLDocument2;
interface IHTMLStyleSheetsCollection;