]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove more non-standard keywords from wxWebView MSW header.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Jan 2012 12:56:09 +0000 (12:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 16 Jan 2012 12:56:09 +0000 (12:56 +0000)
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

include/wx/msw/webview_ie.h

index e0254694bc2d90bccfbd61cd5a7e0da311144a33..9280367daf18fa5b45b6f79fa36326396853b04f 100644 (file)
@@ -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;