Commit d2d64bd7 authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard

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

parent 99748496
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment