oleaut32/typelib2: Use implementation pointer to trace ICreateTypeInfo2

Michael Stefaniuc mstefani at redhat.com
Mon Jan 24 03:38:29 CST 2011


Hello Nikolay,

On 01/24/2011 01:01 AM, Nikolay Sivov wrote:
> Use implementation pointer to trace ICreateTypeInfo2

> diff --git a/dlls/oleaut32/typelib2.c b/dlls/oleaut32/typelib2.c
> index 8260ef2..5c843a1 100644
> --- a/dlls/oleaut32/typelib2.c
> +++ b/dlls/oleaut32/typelib2.c

> @@ -2322,6 +2321,7 @@ static HRESULT WINAPI ICreateTypeInfo2_fnAddVarDesc(
>
>      /* increment the number of variable elements */
>      This->typeinfo->cElement += 0x10000;
> +ERR("count=%d\n", This->typeinfo->cElement);
this looks like some leftover debug line.

>
>      return status;
>  }

bye
         michael




More information about the wine-devel mailing list