Remove more non-standard keywords from wxWebView MSW header.
Complete the changes of r70365 by removing the rest of __out, __in and __nullterminated occurrences. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
96457e6705
commit
6627ac2da2
@ -224,7 +224,7 @@ public:
|
||||
const GUID *pguidCmdGroup,
|
||||
DWORD nCmdID) = 0;
|
||||
|
||||
virtual HRESULT wxSTDCALL GetOptionKeyPath(__out LPOLESTR *pchKey,
|
||||
virtual HRESULT wxSTDCALL GetOptionKeyPath(LPOLESTR *pchKey,
|
||||
DWORD dw) = 0;
|
||||
|
||||
virtual HRESULT wxSTDCALL GetDropTarget(IDropTarget *pDropTarget,
|
||||
@ -233,8 +233,8 @@ public:
|
||||
virtual HRESULT wxSTDCALL GetExternal(IDispatch **ppDispatch) = 0;
|
||||
|
||||
virtual HRESULT wxSTDCALL TranslateUrl(DWORD dwTranslate,
|
||||
__in __nullterminated OLECHAR *pchURLIn,
|
||||
__out OLECHAR **ppchURLOut) = 0;
|
||||
OLECHAR *pchURLIn,
|
||||
OLECHAR **ppchURLOut) = 0;
|
||||
|
||||
virtual HRESULT wxSTDCALL FilterDataObject(IDataObject *pDO,
|
||||
IDataObject **ppDORet) = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user