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>2002-07-26 08:26:26 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-07-26 08:26:26 +0400
commit15cc7bc14d51a4fcc95bc77fda06a43aa6506769 (patch)
treed6c25b57e0d1e68ec09cfc2303cad7e4d2b1ec26 /winsup/w32api/ChangeLog
parentdc8ac8e6504b4f1b1f3e0b1ccd93a559b878cda6 (diff)
2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>
* include/exdisp.h: New file. * include/exdispid.h: New file. * include/mshtml.h: New file. * lib/test.c: #include exdisp.h and mshtml.h * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents, DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2, IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange, IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp): New GUIDs. * include/docobj.h: New file. * include/idispids.h: New file. * include/objidl.h (IID_IMoniker): Declare. * include/ocidl.h (READYSTATE): New enum. (IOleInPlaceSiteEx): New interface. * include/olectlid.h (IID_IEnumSTATSTG): New interface identifier. * include/oleidl.h (IOleItemContainer, IOleInPlaceObject, IOleInPlaceSite): New interfaces. * lib/test.c: #include docobj.h,idispids.h,
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 20c8f27c7..29226856b 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,28 @@
+2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>
+
+ * include/exdisp.h: New file.
+ * include/exdispid.h: New file.
+ * include/mshtml.h: New file.
+ * lib/test.c: #include exdisp.h and mshtml.h
+ * lib/uuid.c (CLSID_WebBrowser, DIID_DWebBrowserEvents,
+ DIID_DWebBrowserEvents2, IID_IHTMLDocument, IID_IHTMLDocument2,
+ IID_IHTMLElement, IID_IHTMLSelectionObject, IID_IHTMLTxtRange,
+ IID_IWebBrowser, IID_IWebBrowser2, IID_IWebBrowserApp):
+ New GUIDs.
+
+2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>
+
+ * include/docobj.h: New file.
+ * include/idispids.h: New file.
+ * include/objidl.h (IID_IMoniker): Declare.
+ * include/ocidl.h (READYSTATE): New enum.
+ (IOleInPlaceSiteEx): New interface.
+ * include/olectlid.h (IID_IEnumSTATSTG): New interface
+ identifier.
+ * include/oleidl.h (IOleItemContainer, IOleInPlaceObject,
+ IOleInPlaceSite): New interfaces.
+ * lib/test.c: #include docobj.h,idispids.h,
+
2002-07-25 Danny Smith <dannysmith@users.sourceforge.net>
* include/shlobj.h (BFFM_VALIDATEFAILED[AW]): Add defines.