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

Alexandre Julliard julliard at winehq.org
Mon May 2 05:45:49 CDT 2011


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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list