[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:
Danny Smith
2007-07-12 05:49:18 +00:00
parent b301596e91
commit 95d4361935
4 changed files with 19 additions and 34 deletions

View File

@ -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;