user32: Sign-compare warnings fix (Try 2)

Alexandre Julliard julliard at winehq.org
Mon Dec 15 06:25:24 CST 2008


Andrew Talbot <andrew.talbot at talbotville.com> writes:

> diff --git a/dlls/user32/dialog.c b/dlls/user32/dialog.c
> index 9dd9083..4ea1959 100644
> --- a/dlls/user32/dialog.c
> +++ b/dlls/user32/dialog.c
> @@ -84,9 +84,9 @@ typedef struct
>    /* Radio button group */
>  typedef struct
>  {
> -    UINT firstID;
> -    UINT lastID;
> -    UINT checkID;
> +    INT firstID;
> +    INT lastID;
> +    INT checkID;
>  } RADIOGROUP;

This change would need a test case.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list