Remove MSVC specific specifiers from wxWebView code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8def3e6ee3
commit
96457e6705
@ -493,7 +493,7 @@ public:
|
||||
const GUID *pguidCmdGroup,
|
||||
DWORD nCmdID);
|
||||
|
||||
virtual HRESULT wxSTDCALL GetOptionKeyPath(__out LPOLESTR *pchKey,
|
||||
virtual HRESULT wxSTDCALL GetOptionKeyPath(LPOLESTR *pchKey,
|
||||
DWORD dw);
|
||||
|
||||
virtual HRESULT wxSTDCALL GetDropTarget(IDropTarget *pDropTarget,
|
||||
@ -502,8 +502,8 @@ public:
|
||||
virtual HRESULT wxSTDCALL GetExternal(IDispatch **ppDispatch);
|
||||
|
||||
virtual HRESULT wxSTDCALL TranslateUrl(DWORD dwTranslate,
|
||||
__in __nullterminated OLECHAR *pchURLIn,
|
||||
__out OLECHAR **ppchURLOut);
|
||||
OLECHAR *pchURLIn,
|
||||
OLECHAR **ppchURLOut);
|
||||
|
||||
virtual HRESULT wxSTDCALL FilterDataObject(IDataObject *pDO,
|
||||
IDataObject **ppDORet);
|
||||
|
Loading…
Reference in New Issue
Block a user