Rob Shearman : include: Add some defines for mshtml service IDs.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 24 05:24:41 CDT 2007


Module: wine
Branch: master
Commit: 68efb47ca3efcea0fdd340898ed7931fd4e7f7d7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=68efb47ca3efcea0fdd340898ed7931fd4e7f7d7

Author: Rob Shearman <rob at codeweavers.com>
Date:   Thu Aug 23 15:44:16 2007 +0100

include: Add some defines for mshtml service IDs.

---

 include/mshtml.idl |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index 18b92bc..c6420d6 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -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;
 




More information about the wine-cvs mailing list