summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/exdisp.h
Commit message (Collapse)AuthorAgeFilesLines
* * mingw: Delete obsolete directory.Christopher Faylor2012-11-071-225/+0
| | | | * w32api: Ditto.
* 2010-08-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe2010-08-241-1/+1
| | | | | | * include/exdisp.h (get_RegisterAsBrowser): Fix typo. Thank you to cheznonnon for reporting the issue.
* [mingw-Bugs-1751518]Danny Smith2007-07-121-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 Sutcliffe2006-04-111-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 Smith2002-11-121-1/+1
|
* 2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2002-07-261-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,