summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/docobj.h
Commit message (Collapse)AuthorAgeFilesLines
* 2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2006-04-111-5/+4
| | | | | | | | | | | * include/comcat.h: INTERFACE should not remain defined at the end of the header. * include/docobj.h: Ditto. * include/exdisp.h: Ditto. * include/intshcut.h: Ditto. * include/mlang.h: Ditto. * include/mshtml.h: Ditto. * include/oaidl.h: Ditto.
* * include/docobj.h (IOleDocumentView::GetDocument): CorrectDanny Smith2004-03-161-1/+1
| | | | | prototype. Thanks to Buster Copley <consequent@users.sourceforge.net>
* * include/oleidl.h (LPENUMOLEDOCUMENTVIEWS): Remove typedef.Danny Smith2003-05-131-3/+4
| | | | | | | (IEnumOleDocumentViews): Remove commented out DECLARE_ENUMERATOR. * include/docobj.h (LPENUMOLEDOCUMENTVIEWS): Add typedef (previously commented out). (IEnumOleDocumentViews): Add definition using DECLARE_ENUMERATOR.
* 2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2002-07-261-0/+147
* 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,