Thomas Faber : access.idl: Do not use annotation attribute on remote method (MIDL).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Sep 1 08:56:04 CDT 2015


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

Author: Thomas Faber <thomas.faber at reactos.org>
Date:   Tue Sep  1 08:52:27 2015 +0200

access.idl: Do not use annotation attribute on remote method (MIDL).

---

 include/access.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/access.idl b/include/access.idl
index eaca1f6..e7beb99 100644
--- a/include/access.idl
+++ b/include/access.idl
@@ -34,7 +34,7 @@ interface IAccessor : IUnknown
 
     [call_as(AddRefAccessor)]
     HRESULT RemoteAddRefAccessor([in] HACCESSOR hAccessor,
-                                 [in, out, unique, annotation("__out_opt")] DBREFCOUNT *pcRefCount,
+                                 [in, out, unique] DBREFCOUNT *pcRefCount,
                                  [out] IErrorInfo **ppErrorInfoRem);
 
     [local]




More information about the wine-cvs mailing list