Andrew Talbot andrew.talbot@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.