[2/2] comctl32/mru: Ignore size field when creating with -W calls

Nikolay Sivov bunglehead at gmail.com
Mon May 2 08:02:45 CDT 2011


On 5/2/2011 14:45, Alexandre Julliard wrote:
> Nikolay Sivov<nsivov at codeweavers.com>  writes:
>
>> @@ -210,11 +210,11 @@ typedef INT (CALLBACK *MRUStringCmpFnA)(LPCSTR lhs, LPCSTR rhs);
>>   typedef INT (CALLBACK *MRUStringCmpFnW)(LPCWSTR lhs, LPCWSTR rhs);
>>   typedef INT (CALLBACK *MRUBinaryCmpFn)(LPCVOID lhs, LPCVOID rhs, DWORD length);
>>
>> -typedef struct tagCREATEMRULISTA
>> +typedef struct tagMRUINFOA
>>   {
>>       DWORD  cbSize;
>> -    DWORD  nMaxItems;
>> -    DWORD  dwFlags;
>> +    UINT   uMax;
>> +    UINT   fFlags;
>>       HKEY   hKey;
>>       LPSTR  lpszSubKey;
>>       union
> Please do the renamings as a separate patch.
Done.




More information about the wine-devel mailing list