]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove MSVC specific specifiers from wxWebView code.
authorSteve Lamerton <steve.lamerton@gmail.com>
Mon, 16 Jan 2012 08:21:33 +0000 (08:21 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Mon, 16 Jan 2012 08:21:33 +0000 (08:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/webview_ie.h

index 3d91636d27c24a4988a7190ed2c0612254286e0b..e0254694bc2d90bccfbd61cd5a7e0da311144a33 100644 (file)
@@ -493,7 +493,7 @@ public:
                                                    const GUID *pguidCmdGroup,
                                                    DWORD nCmdID);
 
                                                    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,
                                                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,
     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);
 
     virtual HRESULT wxSTDCALL FilterDataObject(IDataObject *pDO,
                                                IDataObject **ppDORet);