Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2006-04-11 | 1 | -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): Correct | Danny Smith | 2004-03-16 | 1 | -1/+1 |
| | | | | | prototype. Thanks to Buster Copley <consequent@users.sourceforge.net> | ||||
* | * include/oleidl.h (LPENUMOLEDOCUMENTVIEWS): Remove typedef. | Danny Smith | 2003-05-13 | 1 | -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 Smith | 2002-07-26 | 1 | -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, |