Re: user32: Sign-compare warnings fix (Try 2)
15 Dec
2008
15 Dec
'08
6:25 a.m.
Andrew Talbot <andrew.talbot(a)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(a)winehq.org
6296
Age (days ago)
6296
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard