Nikolay Sivov <nsivov(a)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(a)winehq.org