Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * mingw: Delete obsolete directory. | Christopher Faylor | 2012-11-07 | 1 | -225/+0 |
| | | | | * w32api: Ditto. | ||||
* | 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2010-08-24 | 1 | -1/+1 |
| | | | | | | * include/exdisp.h (get_RegisterAsBrowser): Fix typo. Thank you to cheznonnon for reporting the issue. | ||||
* | [mingw-Bugs-1751518] | Danny Smith | 2007-07-12 | 1 | -32/+0 |
| | | | | | | | | | | | * include/mshtml.h (IHTMLDocument2): Correct spelling of put_URL, get_URL. [mingw-Bugs-1751565] * include/basetyps.h (IID); Guard with __IID_DEFINED__ [mingw-Bugs-1751595] * include/exdisp.h (DWebBrowserEvents2): Remove undocumented STDDISP methods. | ||||
* | 2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2006-04-11 | 1 | -4/+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/exdisp.h: Include oaidl.h as system header. | Danny Smith | 2002-11-12 | 1 | -1/+1 |
| | |||||
* | 2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it> | Danny Smith | 2002-07-26 | 1 | -0/+257 |
* 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, |