[oleaut 2/3] include: Add [unique] attribute to IPersistPropertyBag::Load arg

Rob Shearman robertshearman at gmail.com
Thu Jan 1 12:54:40 CST 2009


2009/1/1 Michael Karcher <wine at mkarcher.dialup.fu-berlin.de>:
> diff --git a/include/ocidl.idl b/include/ocidl.idl
> index c40d155..d4979d7 100644
> --- a/include/ocidl.idl
> +++ b/include/ocidl.idl
> @@ -927,7 +927,7 @@ interface IPersistPropertyBag : IPersist
>
>      HRESULT Load(
>          [in] IPropertyBag *pPropBag,
> -        [in] IErrorLog *pErrorLog);
> +        [in,unique] IErrorLog *pErrorLog);
>
>      HRESULT Save(
>          [in] IPropertyBag *pPropBag,

Same goes for this change.

-- 
Rob Shearman



More information about the wine-devel mailing list