[PATCH 3/3] ole2.dll16: Implement several IIDs.

Huw Davies huw at codeweavers.com
Thu Feb 2 02:38:09 CST 2017


On Wed, Feb 01, 2017 at 10:23:55PM -0600, Zebediah Figura wrote:
> Needed for https://appdb.winehq.org/objectManager.php?sClass=version&iId=32136
> 
> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
>  dlls/ole2.dll16/ole2.dll16.spec | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/dlls/ole2.dll16/ole2.dll16.spec b/dlls/ole2.dll16/ole2.dll16.spec
> index ed5e917..2789cdc 100644
> --- a/dlls/ole2.dll16/ole2.dll16.spec
> +++ b/dlls/ole2.dll16/ole2.dll16.spec
> @@ -111,10 +111,10 @@
>  126 stub _IID_IENUMGENERIC
>  127 stub _IID_IENUMHOLDER
>  128 stub _IID_IENUMCALLBACK
> -129 stub _IID_IPERSISTSTREAM
> -130 stub _IID_IPERSISTSTORAGE
> +129 variable _IID_IPersistStream(0x00000109 0x00000000 0x000000c0 0x46000000)
> +130 variable _IID_IPersistStorage(0x0000010a 0x00000000 0x000000c0 0x46000000)
>  131 stub _IID_IPERSISTFILE
> -132 stub _IID_IPERSIST
> +132 variable _IPersist(0x0000010c 0x00000000 0x000000c0 0x46000000)

Did you mean to drop the '_IID' prefix here?

Huw.



More information about the wine-devel mailing list