[mingw-Bugs-1751518]
* 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.
This commit is contained in:
@ -208,8 +208,8 @@ DECLARE_INTERFACE_(IHTMLDocument2,IHTMLDocument)
|
||||
STDMETHOD(get_referrer)(THIS_ BSTR*) PURE;
|
||||
STDMETHOD(get_location)(THIS_ LPHTMLLOCATION*) PURE;
|
||||
STDMETHOD(get_lastModified)(THIS_ BSTR*) PURE;
|
||||
STDMETHOD(put_url)(THIS_ BSTR) PURE;
|
||||
STDMETHOD(get_url)(THIS_ BSTR*) PURE;
|
||||
STDMETHOD(put_URL)(THIS_ BSTR) PURE;
|
||||
STDMETHOD(get_URL)(THIS_ BSTR*) PURE;
|
||||
STDMETHOD(put_domain)(THIS_ BSTR) PURE;
|
||||
STDMETHOD(get_domain)(THIS_ BSTR*) PURE;
|
||||
STDMETHOD(put_cookie)(THIS_ BSTR) PURE;
|
||||
|
Reference in New Issue
Block a user