oleaut32/typelib2: Use implementation pointer to trace ICreateTypeInfo2

Nikolay Sivov bunglehead at gmail.com
Mon Jan 24 11:16:33 CST 2011


On 1/24/2011 12:38, Michael Stefaniuc wrote:
> 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.
Right, thanks.





More information about the wine-devel mailing list