[dbghelp 4/10] Rewrite much of the symbol lookup method to work with Optimized PDB files as well

Eric Pouech eric.pouech at orange.fr
Thu Jan 24 14:42:26 CST 2008


Jason Green a écrit :
> On Jan 23, 2008 3:38 PM, Eric Pouech <eric.pouech at orange.fr> wrote:
>   
>> Jason Green a écrit :
>> thanks for the sample files
>> how does this patch solve the issue ?
>> A+
>>
>> diff --git a/include/wine/mscvpdb.h b/include/wine/mscvpdb.h
>> index 58627c0..8a22dfd 100644
>> --- a/include/wine/mscvpdb.h
>> +++ b/include/wine/mscvpdb.h
>> @@ -343,9 +343,9 @@ union codeview_type
>>      {
>>          unsigned short int      len;
>>          short int               id;
>> -        unsigned                this_type;
>> -        unsigned int            class_type;
>>          unsigned int            rvtype;
>> +        unsigned int            class_type;
>> +        unsigned                this_type;
>>          unsigned char           call;
>>          unsigned char           reserved;
>>          unsigned short          params;
>>     
>
> Hey, Eric - I actually don't see that part of a patch anywhere in what
> I submitted...  Are you sure this was what you meant to paste?
>
>
>
>
>   
my point was to revert the patch #10 (the one about overlapping symbols 
and the likes), and to replace it simply with this one
A+

-- 
Eric Pouech
"The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)





More information about the wine-devel mailing list