Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-09-06 13:09:33 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2004-09-06 13:09:33 +0400
commitb2e76549083ee8bbec3714ffc7b5be0144ae65b2 (patch)
tree015dbc74a59935d514e5f8a84ad32b0954366bd5 /winsup/w32api/lib/mshtml-uuid.c
parentdda37cd219d82abd5dbdb8585645bb23f432386b (diff)
2004-09-06 Hosaka Yuji <hos@tamanegi.org>
* include/mshtml.h (IHTMLDocument2): Correct get_selection declaration. (IHTMLSelectionObject): Correct get_type declaration. (IHTMLFramesCollection2, IHTMLWindow2, IHTMLFrameBase, IHTMLFrameBase2, IHTMLFrameBase3, IHTMLBodyElement, IHTMLBodyElement2): Add interfaces. (LPHTMLIMAGEELEMENTFACTORY, LPHTMLEVENTOBJ, LPHTMLSCREEN, LPHTMLOPTIONELEMENTFACTORY, LPOMHISTORY, LPOMNAVIGATOR): Add typedefs. * lib/mshtml-uuid.c (IID_IHTMLFrameBase2, IID_IHTMLFrameBase3): Add IIDs.
Diffstat (limited to 'winsup/w32api/lib/mshtml-uuid.c')
-rw-r--r--winsup/w32api/lib/mshtml-uuid.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/lib/mshtml-uuid.c b/winsup/w32api/lib/mshtml-uuid.c
index a2e0d6b21..2a1ce57da 100644
--- a/winsup/w32api/lib/mshtml-uuid.c
+++ b/winsup/w32api/lib/mshtml-uuid.c
@@ -143,3 +143,5 @@ DEFINE_GUID(IID_IHTMLElementCollection2,0x3050f5ee,0x98b5,0x11cf,0xbb,0x82,0x0,0
DEFINE_GUID(IID_IHTMLFramesCollection2,0x332c4426,0x26cb,0x11d0,0xb4,0x83,0x0,0xc0,0x4f,0xd9,0x01,0x19);
DEFINE_GUID(IID_IHTMLWindow2,0x332c4427,0x26cb,0x11d0,0xb4,0x83,0x0,0xc0,0x4f,0xd9,0x01,0x19);
DEFINE_GUID(IID_IHTMLLocation,0x163bb1e0,0x6e00,0x11cf,0x83,0x7a,0x48,0xdc,0x04,0xc1,0x0,0x0);
+DEFINE_GUID(IID_IHTMLFrameBase2,0x3050f6db,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);
+DEFINE_GUID(IID_IHTMLFrameBase3,0x3050f82e,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);