mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
revert 26844 to fall back in line with widl
svn path=/trunk/; revision=26858
This commit is contained in:
parent
298cd5e094
commit
fe490d6ce0
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ extern HRESULT SHDOCVW_GetShellInstanceObjectClassObject(REFCLSID rclsid,
|
||||||
|
|
||||||
typedef struct ConnectionPoint ConnectionPoint;
|
typedef struct ConnectionPoint ConnectionPoint;
|
||||||
|
|
||||||
struct WebBrowser {
|
typedef struct {
|
||||||
/* Interfaces available via WebBrowser object */
|
/* Interfaces available via WebBrowser object */
|
||||||
|
|
||||||
const IWebBrowser2Vtbl *lpWebBrowser2Vtbl;
|
const IWebBrowser2Vtbl *lpWebBrowser2Vtbl;
|
||||||
|
@ -115,7 +115,7 @@ struct WebBrowser {
|
||||||
ConnectionPoint *cp_wbe2;
|
ConnectionPoint *cp_wbe2;
|
||||||
ConnectionPoint *cp_wbe;
|
ConnectionPoint *cp_wbe;
|
||||||
ConnectionPoint *cp_pns;
|
ConnectionPoint *cp_pns;
|
||||||
};
|
} WebBrowser;
|
||||||
|
|
||||||
#define WEBBROWSER(x) ((IWebBrowser*) &(x)->lpWebBrowser2Vtbl)
|
#define WEBBROWSER(x) ((IWebBrowser*) &(x)->lpWebBrowser2Vtbl)
|
||||||
#define WEBBROWSER2(x) ((IWebBrowser2*) &(x)->lpWebBrowser2Vtbl)
|
#define WEBBROWSER2(x) ((IWebBrowser2*) &(x)->lpWebBrowser2Vtbl)
|
||||||
|
|
Loading…
Reference in a new issue