[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: ole32: Do a QueryInterface for IOleLink in OleLoad,
From:       Huw Davies <huw () codeweavers ! com>
Date:       2006-08-31 16:36:13
Message-ID: 20060831163613.GB28675 () merlot ! physics ! ox ! ac ! uk
[Download RAW message or body]

On Thu, Aug 31, 2006 at 05:18:36PM +0100, Robert Shearman wrote:
> ---
>  dlls/ole32/ole2.c |   25 +++++++++++++++++++------
>  1 files changed, 19 insertions(+), 6 deletions(-)

> diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c
> index 8f0629c..c6df7ed 100644
> --- a/dlls/ole32/ole2.c
> +++ b/dlls/ole32/ole2.c
> @@ -1007,12 +1007,13 @@ HRESULT WINAPI OleLoad(
> +  if (SUCCEEDED(hres))
> +    /*
> +     * Initialize the object with it's IPersistStorage interface.
> +     */
> +    hres = IOleObject_QueryInterface(pUnk,
> +				     &IID_IPersistStorage,
> +				     (void**)&persistStorage);

s/it's/its/ ;-)

Huw.
-- 
Huw Davies
huw@codeweavers.com


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic