Thomas Faber : include: Do not use out attribute for non-pointer parameters in shdeprecated.idl ( MIDL).

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 6 10:34:19 CDT 2015


Module: wine
Branch: master
Commit: 6c073fe9a9c1d1e4f342c1babd1ccee9b793d4ca
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6c073fe9a9c1d1e4f342c1babd1ccee9b793d4ca

Author: Thomas Faber <thomas.faber at reactos.org>
Date:   Mon Apr  6 16:07:01 2015 +0200

include: Do not use out attribute for non-pointer parameters in shdeprecated.idl (MIDL).

---

 include/shdeprecated.idl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/shdeprecated.idl b/include/shdeprecated.idl
index ec05f4f..1f001fd 100644
--- a/include/shdeprecated.idl
+++ b/include/shdeprecated.idl
@@ -400,8 +400,8 @@ interface IBrowserService2 : IBrowserService
     LRESULT WndProcBS(
         [in] HWND hwnd,
         [in] UINT uMsg,
-        [in, out] WPARAM wParam,
-        [in, out] LPARAM lParam);
+        [in] WPARAM wParam,
+        [in] LPARAM lParam);
 
     HRESULT SetAsDefFolderSettings();
 
@@ -511,8 +511,8 @@ interface IBrowserService2 : IBrowserService
         [in] HWND hwndBar,
         [in] BOOL fBroadcast,
         [in] UINT uMsg,
-        [in, out] WPARAM wParam,
-        [in, out] LPARAM lParam);
+        [in] WPARAM wParam,
+        [in] LPARAM lParam);
 
     HRESULT GetFolderSetData(
         [in, out] struct tagFolderSetData *pfsd);




More information about the wine-cvs mailing list